website-old/layouts/partials/footer.html

8 lines
420 B
HTML
Raw Normal View History

2024-02-01 14:37:30 -08:00
<p class="h-card vcard">
<a style="text-decoration: none" href={{ .Site.BaseURL }} class="p-name u-url url author metatag" rel="me"> {{ .Site.Author.name }} </a> /
<a class="p-nickname u-email email metatag" rel="me" href="mailto:{{ .Site.Author.email }}"> {{ .Site.Author.nick }} </a>
<img class="u-photo" src="images/profile.png" alt="" />
</p>
2023-03-13 14:34:18 -07:00
<br>
<p>Copyright (c) {{ now.Format "2006"}} ch0ccyra1n</p>