From d48ff03b6fe26f3492e4fa78da20580087bd013e Mon Sep 17 00:00:00 2001 From: Alex Scerba <alex@scerba.org> Date: Tue, 11 Feb 2025 15:30:25 -0500 Subject: Add RSS update post --- html/blog/2025-02-11+New_Site_Feature:_RSS.tmpl.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/blog/2025-02-11+New_Site_Feature:_RSS.tmpl.html (limited to 'html/blog/2025-02-11+New_Site_Feature:_RSS.tmpl.html') 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 -- cgit v1.2.3