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

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