mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-18 22:23:13 +01:00
This seems to mostly work! It's configured to work with Agate, and I haven't figured out the deploy mechanism yet — but it's a start!
5 lines
91 B
Text
5 lines
91 B
Text
## List of posts
|
|
|
|
{{ range .RegularPages }}
|
|
=> {{ .RelPermalink }} {{ .Title }}
|
|
{{- end }}
|