16 lines
869 B
HTML
Executable file
16 lines
869 B
HTML
Executable file
<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 class="f6 fw4 no-underline white-70 dn dib-ns pv2">
|
|
Header image design by <a class="f6 fw4 hover-white no-underline white-90 dn dib-ns" href="https://www.melissaadkins.com">
|
|
Melissa Adkins
|
|
</a>
|
|
</div>
|
|
<div class="f6 fw4 no-underline white-70 dn dib-ns pv2">
|
|
結月ゆかり © <a class="f6 fw4 hover-white no-underline white-90 dn dib-ns" href="https://www.ah-soft.com/">AH Soft</a> - Picture by MtU
|
|
</div>
|
|
<div>{{ partial "social-follow.html" . }}</div>
|
|
</div>
|
|
</footer>
|