public-web/layouts/shortcodes/reflink.html

2 lines
88 B
HTML
Raw Normal View History

2022-10-20 19:39:49 +02:00
{{ with site.GetPage (.Get 0) }}<a href="{{ .RelPermalink }}">{{ .Title }}</a>{{ end }}