New stuff from old site, plus customizations needed for later

This commit is contained in:
Luca Beltrame 2020-12-28 22:26:32 +01:00
parent 8bdb184cc8
commit d0587517fb
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
6 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<div id="commento"></div>
<script data-isso="//comments.dennogumi.org/"
src="//comments.dennogumi.org/js/embed.min.js"
data-isso-reply-to-self="false"
data-isso-vote="false"></script>
<section id="isso-thread"></section>

View file

@ -0,0 +1,8 @@
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa2" role="contentinfo">
<div class="flex justify-between">
<a class="f6 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
&copy; Luca Beltrame - Content licensed under a CC BY-NC-SA 4.0 license
</a>
<div>{{ partial "social-follow.html" . }}</div>
</div>
</footer>