Remove news posts
This commit is contained in:
parent
968e859dde
commit
5aa5595115
|
@ -256,12 +256,14 @@
|
|||
sizes using CSS grid properties.
|
||||
*/}}
|
||||
|
||||
{{/* NOTE(ben): I am just removing news posts for now. They are always stale and detract from the events we announce.
|
||||
{{ with .NewsPost }}
|
||||
<div>
|
||||
<h2>Latest News</h2>
|
||||
{{ template "timeline_item.html" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
*/}}
|
||||
<div class="landing-right">
|
||||
<h2>Around the Network</h2>
|
||||
<div class="optionbar mb2">
|
||||
|
|
Loading…
Reference in New Issue