diff options
-rw-r--r-- | publish.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,7 +54,7 @@ :properties: :rss_permalink: blog/%s :pubdate: %s -:author: Jacob Janzen +:author: jjanzen :end:\n%s" title link @@ -81,7 +81,7 @@ (defvar jj/html-postamble "\ <footer>\ <aside id='cssa-webring-container' class='cssa-webring-container'></aside>\ - <section class='copyright-notice'>copyright © jjanzen 2024</section>\ + <section class='copyright-notice'>copyright © jjanzen 2024-2025</section>\ <script src='/scripts/oneko.js'></script>\ </footer>") @@ -138,7 +138,7 @@ :html-link-org-files-as-html t :auto-sitemap t :sitemap-function posts-rss-feed - :sitemap-title "Jacob Janzen's Blog" + :sitemap-title "jjanzen's Blog" :sitemap-filename "rss.org" :sitemap-style list :sitemap-sort-files anti-chronologically |