meta: Add Atom feed
This commit is contained in:
parent
67bb8ddac9
commit
321309971c
21 changed files with 146 additions and 86 deletions
27
layouts/_partials/footer.html
Normal file
27
layouts/_partials/footer.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<ul>
|
||||
<li>
|
||||
<a
|
||||
href="https://creativecommons.org/publicdomain/zero/1.0/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
aria-label="CC0: This work has been marked as dedicated to the public domain."
|
||||
>
|
||||
{{ partial "cc.svg" . }}
|
||||
{{ partial "zero.svg" . }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about" id="title">
|
||||
{{ partial "logo.svg" . }}
|
||||
{{ site.Title }}
|
||||
</a>
|
||||
</li>
|
||||
<!-- <li>
|
||||
{{ with .GitInfo }}
|
||||
<a href="https://github.com/jukremer/jukremer.github.io/commit/{{ .Hash }}">
|
||||
{{ partial "git.svg" }} {{ .Subject }} ({{ .AbbreviatedHash }})
|
||||
</a>
|
||||
{{ end }}
|
||||
</li> -->
|
||||
<li>2021–{{ now.Year }}</li>
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue