blog/layouts/partials/extra_foot.html

13 lines
658 B
HTML
Raw Normal View History

2019-11-26 23:57:51 +01:00
{{ if .Params.comtodon }}
2021-01-14 14:04:51 +01:00
<!-- <h2 id="comments">Comments</h2>
<noscript>Comments work only with JavaScript enabled.</noscript>
<div class="comtodon" data-domain="{{ .Site.Params.comtodon.domain }}" data-status="{{ .Params.comtodon }}" {{ with .Site.Params.comtodon.moderator }}data-moderator="{{ . }}"{{ end }}></div>
<script type="application/javascript" src="/comtodon.js" defer></script> -->
2019-11-26 23:57:51 +01:00
{{- end }}
2021-03-30 02:25:18 +02:00
<aside aria-labelledby="changelog_post" class="changelog">
{{ with .File }}
<a id="changelog_post" href="https://schlomp.space/tastytea/blog/commits/branch/main/content/{{ .Path }}">Changelog for this post</a>
{{ end }}
</aside>