Files
pycom-documentation/layouts/shortcodes/refname.html
Emmanuel Florent 89529d19cb update styles
2019-07-04 17:14:10 +02:00

3 lines
93 B
HTML

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