10 lines
475 B
HTML
10 lines
475 B
HTML
|
|
<hr>
|
|
<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>
|
|
<br>
|
|
<p>Copyright (c) {{ now.Format "2006"}} ch0ccyra1n</p>
|
|
<script src="/webmention.min.js" async></script>
|