aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2025-02-11+New_Site_Feature:_RSS.tmpl.html
blob: d44f7318caf961e2ebc9523fb4fe9c66c7d46a15 (plain) (blame)
1
2
3
4
5
6
7
8
{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>After much badgering by Ángel, I now have an RSS feed for the blog. It does not include the archived posts.</p>
  <p>Subscribe with <a href="/atom.xml">https://scerba.org/atom.xml</a></p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}