site/layouts/_default/baseof.gmi

11 lines
263 B
Plaintext
Raw Normal View History

{{ block "content" . -}}{{ end }}
=> {{.Params.src}} Source
2021-09-22 09:00:29 +00:00
{{- with .OutputFormats.Get "html" }}
{{- $weburl := .Permalink }}
=> {{$weburl}} View this page on the web
{{if $.GitInfo -}}
Capsule last rebuilt on {{now.Format "2006-01-02" }}
{{- end }}
2021-09-22 09:00:29 +00:00
{{- end }}