blog/themes/hugo-uno/layouts/shortcodes/relLink.html

2 lines
83 B
HTML
Raw Normal View History

2016-08-22 00:12:29 -04:00
<a href="{{ .Page.Site.BaseURL }}/{{ index .Params 0 }}">{{ index .Params 1 }}</a>