added partial link-post.html

This commit is contained in:
Emiliano Tortorella 2019-03-24 23:07:21 -05:00
parent c49f13d4e4
commit 1b37083d86

View File

@ -0,0 +1,6 @@
{{ if .Site.Params.link_post }}
<a class="f4 color-inherit dim link f5" href="{{ .Site.BaseURL }}{{ .Site.Params.link_post.link }}" style="font-family: 'Krub', sans-serif;" >
{{ .Site.Params.link_post.title }}
</a>
{{ end }}