diff options
author | Alex Scerba <alex@scerba.org> | 2025-02-11 15:30:25 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-02-11 15:30:25 -0500 |
commit | d48ff03b6fe26f3492e4fa78da20580087bd013e (patch) | |
tree | bc8b6e4101cb0bead8ef53e4ec01a030e93b5f0d /html/blog | |
parent | 00a1813605a84dabc7fa77ce1c2ea6e57dfd3264 (diff) |
Add RSS update post
Diffstat (limited to 'html/blog')
-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 |