anthony.lucidcocoon.scot/layouts/partials/footer.html

22 lines
1.9 KiB
HTML
Raw Normal View History

2024-10-12 19:09:23 +00:00
<!-- Footer -->
<footer class="wrapper style1 align-center invert">
<div class="inner">
<!-- <ul class="icons">
{{ with .Site.Params.social.github }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-github"><span class="label">Github</span></a></li>{{end}}
{{ with .Site.Params.social.twitter }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>{{end}}
{{ with .Site.Params.social.instagram }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>{{end}}
{{ with .Site.Params.social.linkedin }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>{{end}}
{{ with .Site.Params.social.email }}<li><a target="_blank" href="mailto:{{.}}" class="fav icon style2 fa-envelope"><span class="label">Email</span></a></li>{{end}}
</ul>
-->
<a href="https://mastodon.scot/@ashughes"><img src="https://mastodon.social/packs/media/icons/favicon-48x48-c1197e9664ee6476d2715a1c4293bf61.png" /></a> <a target="_blank" href="mailto:anthony@lucidcocoon.scot"><img src="https://img.icons8.com/?size=55&id=OXybUXy28HqX&format=png&color=5f57f0" /></a>
<p>Created with generous support by <a href="https://www.lucidcocoon.scot">LucidCocoon.scot</a><br>Theme provided by Hugo Story &copy; 2020 <a target="_blank" href="https://github.com/caressofsteel/">CaressOfSteel</a><br>Images created by Anthony Hughes, licensed <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC-BY-NC-ND-4.0</a> unless otherwise indicated</p>
<p>Anthony Hughes lives, works and plays on Isle of Bute, Scotland.</p>
</div>
</footer>
<!-- FontAwesome JS -->
{{ range .Site.Params.asset.fontawesome_js -}}
<script type="text/javascript" src="{{ . | absURL }}"></script>
{{- end }}