Remove news posts
This commit is contained in:
parent
968e859dde
commit
5aa5595115
|
@ -256,12 +256,14 @@
|
||||||
sizes using CSS grid properties.
|
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 }}
|
{{ with .NewsPost }}
|
||||||
<div>
|
<div>
|
||||||
<h2>Latest News</h2>
|
<h2>Latest News</h2>
|
||||||
{{ template "timeline_item.html" . }}
|
{{ template "timeline_item.html" . }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
*/}}
|
||||||
<div class="landing-right">
|
<div class="landing-right">
|
||||||
<h2>Around the Network</h2>
|
<h2>Around the Network</h2>
|
||||||
<div class="optionbar mb2">
|
<div class="optionbar mb2">
|
||||||
|
|
Loading…
Reference in New Issue