File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ title: Codemeta News
33layout : single
44---
55
6- {{< news > }}
6+ {{% news % }}
Original file line number Diff line number Diff line change 1818
1919{{ $combi := sort $combi ".pubDate" "desc" }}
2020
21- {{ range $combi }}
22- <li class="ps-2 pb-2">
23- <h3><a class="list-group-item newslink p-2" href="{{ .link }}">{{ .title }}</a></h3>
24- <small class="ps-2 text-secondary-emphasis">{{ .pubDate | time.Format "Jan 02, 2006 3:04 PM MST" }}</small>
25- <div class="ps-2 pt-2">{{ .description }}</div>
26- </li>
27- {{ end }}
21+ {{ range $combi }}
22+ <li class =" ps-2 pb-2 " >
23+ <h3><a class="list-group-item newslink p-2" href="{{ .link }}">{{ .title }}</a></h3>
24+ <small class="ps-2 text-secondary-emphasis">{{ .pubDate | time.Format "Jan 02, 2006 3:04 PM MST" }}</small>
25+ <div class="ps-2 pt-2">{{ .description }}</div>
26+ </li >
27+ {{ end }}
2828 </ul >
2929<script src =" ../js/news.js " ></script >
3030<script >
You can’t perform that action at this time.
0 commit comments