12 lines
343 B
HTML
Executable file
12 lines
343 B
HTML
Executable file
<footer role="contentinfo">
|
|
<div class="crt">
|
|
<a href="https://neocities.org/site/ritualsh" target="_blank"
|
|
>Follow on Neocities</a
|
|
>
|
|
•
|
|
<a href="{{ .Site.BaseURL }}">
|
|
© {{ now.Format "2006" }} {{ .Site.Title }}
|
|
</a>
|
|
<div>{{ partial "social-follow.html" . }}</div>
|
|
</div>
|
|
</footer>
|