changed feed_web_url

This commit is contained in:
nytpu 2020-10-14 09:47:20 -06:00
parent b65180d651
commit 76a7052972
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ make_globals() {
gemlog_feed="atom.xml" # filename of the atom feed
number_of_feed_articles="50" # maximum number of posts added to atom feed
feed_base_url="gemini://nytpu.com/gemlog/" # base url that the feed is hosted at
feed_web_url="https://example.com/files/" # base url that the feed is hosted at on the web
feed_web_url="https://nytpu.com/files/" # base url that the feed is hosted at on the web
index="index.gmi" # main page of gemlog, not recommended to change