Files
pycom-documentation/layouts/shortcodes/refname.html
Emmanuel Florent 699a9f30ec initial commit
2019-06-17 17:16:17 +02:00

5 lines
95 B
HTML

{{ $p := .Get 0 }}
{{ with .Page.GetPage $p }}
<a href="{{ $p }}">{{ .Title }}</a>
{{ end }}