Skip to content

Commit

Permalink
Delete News section.
Browse files Browse the repository at this point in the history
It is not used and there are no plans to use it. It was showing
extremely old content, from 2018.

Deleting the content automatically removes the menu item.

Also removed in main page.
  • Loading branch information
dukebody authored and ifosch committed Dec 24, 2024
1 parent 2358ff6 commit 05e2d3a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 96 deletions.
43 changes: 0 additions & 43 deletions content/news/2018-07-15-podcast-1.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/news/_index.md

This file was deleted.

27 changes: 0 additions & 27 deletions content/news/association-membership.md

This file was deleted.

12 changes: 0 additions & 12 deletions themes/pybcn_theme/layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,4 @@ <h4><i class="fas fa-file-alt"></i> Code of Conduct</h4>
</div>
</section>

<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
{{ $pages := where .Site.Pages "Section" "news" }}
{{ partial "posts.html" (dict "list" $pages "width" 8 "max_posts" 2)}}
{{ partial "twitter-timeline.html" (dict "list" .Params.twitterLists "height" 500 "width" 4)}}
</div>
</div>
</div>
</div>

{{ end }}

0 comments on commit 05e2d3a

Please sign in to comment.