New stuff from old site, plus customizations needed for later
This commit is contained in:
parent
8bdb184cc8
commit
d0587517fb
6 changed files with 81 additions and 0 deletions
8
layouts/partials/site-footer.html
Executable file
8
layouts/partials/site-footer.html
Executable 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 }}" >
|
||||
© Luca Beltrame - Content licensed under a CC BY-NC-SA 4.0 license
|
||||
</a>
|
||||
<div>{{ partial "social-follow.html" . }}</div>
|
||||
</div>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue