News posts are BACK
This commit is contained in:
parent
25f33451ca
commit
60a9ece643
|
@ -367,14 +367,12 @@
|
||||||
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