You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
848 B
14 lines
848 B
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo"> |
|
<div class="flex justify-between flex-wrap"> |
|
<div> |
|
<a xmlns:cc="http://creativecommons.org/ns#" class="f4 fw4 hover-white no-underline white-70 dib-ns ph3 pt2" href="{{ .Site.BaseURL }}" property="cc:attributionName" rel="cc:attributionURL"> |
|
© {{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} {{ now.Format "2006"}} {{ end }} |
|
</a> |
|
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> |
|
<img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /> |
|
</a> |
|
</div> |
|
<div class="dn dib-ns">{{ partial "social-follow.html" . }}</div> |
|
</div> |
|
|
|
</footer>
|
|
|