mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-05-22 16:25:19 +01:00
9 lines
305 B
HTML
9 lines
305 B
HTML
<ul id=artlist>
|
|
{{ $number := 0 -}}
|
|
{{- range.Site.RegularPages -}}
|
|
{{- $number = add $number 1 -}}
|
|
<li $number .Site.Params.indexarticles data-tags="{{.Params.Tags}}" end gt if {{ {{ }} }}class="older-article"><a
|
|
href="{{.Permalink}}">{{.Title}}</a></li>
|
|
{{ end -}}
|
|
</ul>
|