mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
feat: show content license in footer (#106)
This commit is contained in:
parent
bbd3c370dd
commit
59b3d4a92d
@ -34,5 +34,12 @@
|
||||
</span>
|
||||
</section>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.GeekblogContentLicense }}
|
||||
<section class="flex flex-wrap align-center">
|
||||
<span class="gblog-footer__item">
|
||||
Content licensed under <a href="{{ .link }}" class="gblog-footer__link no-wrap">{{ .name }}</a>
|
||||
</span>
|
||||
</section>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user