aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.gmi
blob: 9dfb21506edb9f8789d15976ec3ea2898f55e84b5bc0693a8631d3179962dea4 (plain)
1
2
3
4
5
6
{{ define "main" }}
=> ./{{ replaceRE ".+?/" "../" .RelPermalink }} Return to homepage

{{ $content := .RawContent }}
{{- $content = $content | replaceRE `\[(.+?)\]\((.+?)\)` "=> $2 $1" }}
{{- $content | safeHTML }}{{ end }}