diff options
-rw-r--r-- | html/blog/2025-02-11+New_Site_Feature:_RSS.tmpl.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/blog/2025-02-11+New_Site_Feature:_RSS.tmpl.html b/html/blog/2025-02-11+New_Site_Feature:_RSS.tmpl.html new file mode 100644 index 0000000..d44f731 --- /dev/null +++ b/html/blog/2025-02-11+New_Site_Feature:_RSS.tmpl.html @@ -0,0 +1,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 }}
\ No newline at end of file |