7 lines
420 B
HTML
7 lines
420 B
HTML
<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>
|