parent
16261320d9
commit
01633db96a
2 changed files with 65 additions and 32 deletions
@ -1,21 +1,26 @@ |
|||||||
<footer class="footer"> |
<footer class="footer"> |
||||||
<div class="footer__inner"> |
<div class="footer__inner"> |
||||||
<div class="footer__content"> |
<div class="footer__content"> |
||||||
<span>© {{ now.Format "2006" }}</span> |
<div class="footer__content__section regular"> |
||||||
{{- if .Site.Author.name }} |
<span>© {{ now.Format "2006" }}</span> |
||||||
<span><a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a></span> |
{{- if .Site.Author.name }} |
||||||
{{- end }} |
<span><a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a></span> |
||||||
{{- if .Site.Copyright }} |
|
||||||
<span>All rights reserved.</span> |
|
||||||
{{- end }} |
|
||||||
<span><a href="/privacy/">Privacy</a></span> |
|
||||||
<span> |
|
||||||
{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }} |
|
||||||
<a href="{{ "posts/index.xml" | absLangURL }}" target="_blank" title="rss"> |
|
||||||
{{ partial "svg.html" (dict "name" "rss") }} |
|
||||||
</a> |
|
||||||
{{- end }} |
{{- end }} |
||||||
</span> |
{{- if .Site.Copyright }} |
||||||
|
<span>All rights reserved.</span> |
||||||
|
{{- end }} |
||||||
|
<span><a href="/privacy/">Privacy</a></span> |
||||||
|
<span> |
||||||
|
{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }} |
||||||
|
<a href="{{ "posts/index.xml" | absLangURL }}" target="_blank" title="rss"> |
||||||
|
{{ partial "svg.html" (dict "name" "rss") }} |
||||||
|
</a> |
||||||
|
{{- end }} |
||||||
|
</span> |
||||||
|
</div> |
||||||
|
<div class="footer__content__section donations"> |
||||||
|
<span class="wallet"><span class="name">XMR:</span> <span class="address">87zSbhZgZZsW8Sfo2cHDEj8PLtaCLU4sYYEDXd5Kk9hWPg2ttqyvV2N8oTJz2kfiFc5ZyCFEkMqT37RNKcrzryTGKB7RSFi</span></span> |
||||||
|
</div> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
</footer> |
</footer> |
Loading…
Reference in new issue