diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-12-17 00:59:37 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-12-17 00:59:37 +0100 |
| commit | 20df8b3e7804e0eac5a859098b95a71d4ee4aae2 (patch) | |
| tree | 8e13a814f13fe89b9c66df757872b31d9fa6599d /layouts/partials/footer.html | |
| parent | 8631febdf7c47d1da18c2bc362ab88638326258b (diff) | |
Add social links to footer and more info
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1d98e95..8a06f09 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,4 +5,10 @@ Copyright © 2023 Ariel Costas Guerrero. Todos los derechos reservados.<br> Cedido bajo licencia <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es">CC BY-SA 4.0</a> salvo que se indique lo contrario. </p> + + <div> + <a href="https://masto.es/@arielcg" rel="me">Mastodon</a> + <a href="https://github.com/arielcostas">GitHub</a> + <a href="https://linkedin.com/in/ariel-costas">LinkedIn</a> + </div> </footer>
\ No newline at end of file |
