mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Support comments via a Sourcehut mailing list
This commit is contained in:
parent
73591727c8
commit
00930bcbc5
1 changed files with 19 additions and 12 deletions
|
@ -8,10 +8,17 @@
|
||||||
</header>
|
</header>
|
||||||
{{- .Content -}}
|
{{- .Content -}}
|
||||||
</article>
|
</article>
|
||||||
|
<br>
|
||||||
|
<hr>
|
||||||
<section class="comment">
|
<section class="comment">
|
||||||
{{ with .OutputFormats.Get "gemtext" }}
|
{{ with .OutputFormats.Get "gemtext" }}
|
||||||
<p>
|
<p>
|
||||||
⇒ View this article on <a href="{{replace .Permalink "/gemini" "" 1 | safeURL}}">my Gemini capsule</a>.
|
View this article on <a href="{{replace .Permalink "/gemini" "" 1 | safeURL}}">my Gemini capsule</a>
|
||||||
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<p>
|
||||||
|
<a href="mailto:~seirdy/seirdy.one@lists.sr.ht">Send an email</a> to leave a comment in the <a href="https://lists.sr.ht/~seirdy/seirdy.one-comments">mailing list</a> for seirdy.one
|
||||||
|
</p>
|
||||||
|
<hr>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue