ariadne.space/layouts/_default/list.newswire.txt

6 lines
109 B
Plaintext
Raw Normal View History

2022-08-03 00:37:52 +00:00
{{- range first 1 (where .Site.RegularPages "Section" "blog") -}}
2022-08-03 00:45:52 +00:00
{{ .Title }}
{{ .Permalink }}
2022-08-03 00:37:52 +00:00
{{- end -}}