diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-13 23:40:06 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-13 23:40:06 +0100 |
| commit | 3563ec23663e856fbaaa747bc174019ea4a3bcd4 (patch) | |
| tree | 1c81def07884abcc51ad4cf9d9f83b20d1136524 /lib | |
| parent | 07fe41351e3b61e01e54791abce81ae5cbe73e61 (diff) | |
Update templates
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/archivers/gemlog.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/archivers/gemlog.js b/lib/archivers/gemlog.js index 3e08be4..3443c66 100644 --- a/lib/archivers/gemlog.js +++ b/lib/archivers/gemlog.js @@ -42,9 +42,9 @@ module.exports = async function(archiveDirectory) { internals.debuglog(`Read ${posts.length} posts`); const index = [ - '# Unlimited Pizza Gemlog Archive', '', - '=> https://blog.unlimited.pizza/feed.xml ð° RSS Feed', - '=> https://blog.unlimited.pizza/index.txt ð http text version (latest 3 posts)', + '# Ruben\'s Gemlog Archive', '', + '=> https://r.bdr.sh/gemlog/feed.xml ð° RSS Feed', + '=> https://r.bdr.sh/gemlog/index.txt ð http text version (latest 3 posts)', '', ...posts.map((post) => internals.buildLink(post.id, post.slug)), '', '=> ../ ðŠī Back to main page' |