PUBLISH: Add copyright and links section to the footer
This commit is contained in:
parent
54e8a6413b
commit
fae290a18d
48 changed files with 813 additions and 502 deletions
|
|
@ -1,3 +1,11 @@
|
|||
<footer>
|
||||
<span>{{ .Site.Copyright }}</span>
|
||||
<footer class="footer">
|
||||
<ul class="cluster align:center caption unstyled-list s1">
|
||||
<li>
|
||||
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
|
||||
</li>
|
||||
<li>
|
||||
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="numbers-small">{{ .Site.Copyright }}</span>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue