mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 09:12:47 +00:00
7 lines
235 B
HTML
7 lines
235 B
HTML
|
|
{{ 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 }}
|