mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-24 22:10:39 +00:00
feat: show content license in footer (#106)
This commit is contained in:
parent
bbd3c370dd
commit
59b3d4a92d
@ -34,5 +34,12 @@
|
|||||||
</span>
|
</span>
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ 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>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user