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

8 lines
128 B
Plaintext
Raw Normal View History

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