diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-06 11:24:39 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-06 11:24:39 +0000 |
commit | fc713bcbb320ff692cac6332f5aa587dc817305c (patch) | |
tree | c0f59a5ded32b58e413c2699c153ae017cb3fca6 /views/rss_feed.pug | |
parent | now the blog uses the db for everything. now need to decide on how to populat... (diff) | |
download | blog-fc713bcbb320ff692cac6332f5aa587dc817305c.tar.gz blog-fc713bcbb320ff692cac6332f5aa587dc817305c.zip |
WIP, we now have to fix the pug template which is not working
Diffstat (limited to 'views/rss_feed.pug')
-rw-r--r-- | views/rss_feed.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/rss_feed.pug b/views/rss_feed.pug index 0ae2b74..e75225d 100644 --- a/views/rss_feed.pug +++ b/views/rss_feed.pug @@ -18,4 +18,4 @@ rss(version='2.0', xmlns:atom='<a href="http://www.w3.org/2005/Atom" rel="nofoll p: a(href='<a href="https://blog.terminaldweller.com/blog/#{post.slug} rel="nofollow">https://blog.terminaldweller.com/blog/#{post.slug}</a>') 'Read more »' | ]]> pubDate= new Date(post.lastUpdatedAt).toUTCString() - guid(isPermaLink='false') <a href="https://blog.terminaldweller.com/blog/#{post.slug}" + guid(isPermaLink='false') <a href="https://blog.terminaldweller.com/blog/#{post.slug}" rel="nofollow">https://blog.terminaldweller.com/blog/#{post.slug}</a> |