hacker.tours-website/themes/zen/layouts/shortcodes/reflink.html

2 lines
88 B
HTML
Raw Normal View History

2024-06-13 22:14:05 +02:00
{{ with site.GetPage (.Get 0) }}<a href="{{ .RelPermalink }}">{{ .Title }}</a>{{ end }}