Skip to content

Commit 05e2d3a

Browse files
dukebodyifosch
authored andcommitted
Delete News section.
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.
1 parent 2358ff6 commit 05e2d3a

File tree

4 files changed

+0
-96
lines changed

4 files changed

+0
-96
lines changed

content/news/2018-07-15-podcast-1.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

content/news/_index.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

content/news/association-membership.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

themes/pybcn_theme/layouts/_default/home.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,4 @@ <h4><i class="fas fa-file-alt"></i> Code of Conduct</h4>
8686
</div>
8787
</section>
8888

89-
<div class="container">
90-
<div class="row">
91-
<div class="col-md-12">
92-
<div class="row">
93-
{{ $pages := where .Site.Pages "Section" "news" }}
94-
{{ partial "posts.html" (dict "list" $pages "width" 8 "max_posts" 2)}}
95-
{{ partial "twitter-timeline.html" (dict "list" .Params.twitterLists "height" 500 "width" 4)}}
96-
</div>
97-
</div>
98-
</div>
99-
</div>
100-
10189
{{ end }}

0 commit comments

Comments
 (0)