mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 09:12:47 +00:00
added partial link-post.html
This commit is contained in:
parent
c49f13d4e4
commit
1b37083d86
6
layouts/partials/link-post.html
Normal file
6
layouts/partials/link-post.html
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user