[7 files]: add social media links to footer
This commit is contained in:
parent
8b04cfa06b
commit
b5cec8cb30
7 changed files with 112 additions and 3 deletions
2
layouts/partials/extended_head.html
Normal file
2
layouts/partials/extended_head.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<meta name="fediverse:creator" content="@pid1@mastodon.revsuine.xyz" />
|
||||
|
|
@ -1,6 +1,18 @@
|
|||
<footer class="footer">
|
||||
<hr />
|
||||
|
||||
<div class="socials-block">
|
||||
<a class="socials-link" rel="me" href="https://mastodon.revsuine.xyz/@pid1">
|
||||
<img class="socials-icon" src="/assets/mastodon_logo.svg" alt="Mastodon" />
|
||||
</a>
|
||||
<a class="socials-link" href="https://git.revsuine.xyz/revsuine">
|
||||
<img class="socials-icon" src="/assets/forgejo_logo.svg" alt="Self-Hosted Forgejo" />
|
||||
</a>
|
||||
<a class="socials-link" href="https://codeberg.org/revsuine">
|
||||
<img class="socials-icon" src="/assets/codeberg_logo.svg" alt="Codeberg" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<p>Website contents licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
|
||||
Generated with <a href="https://gohugo.io/">Hugo</a>. Website source available
|
||||
<a href="https://git.revsuine.xyz/revsuine/revsuine.xyz/">here</a> and licensed under the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue