drummerSupport icon indicating copy to clipboard operation
drummerSupport copied to clipboard

urlTemplate not updating on "old" blog pages

Open tmanternach opened this issue 3 years ago • 0 comments

I am doing a bunch of playing around getting SSL/HTTPS to work (I'll document what I have done in a separate issue) and I figured out that if you change your urlTemplate in your blog.opml headers, and rebuild your blog, any page for posts in the past (yesterday, for example) are not updated with the new urlTemplate.

If I go to yesterday's date in Drummer and add a new line, then build, that page will then have the correct urlTemplate.

Details:

Twitter username: trvr blog.opml public URL: http://drummer.scripting.com/trvr/blog.opml Blog website: https://trevormanternach.com/ My urlTemplate: https://static.trevormanternach.com/index.html A page with the new urlTemplate: https://trevormanternach.com/2021/10/15.html A page with the old urlTemplate (this page won't load for me right now because of the SSL stuff I am testing, because it doesn't have the correct urlTemplate): https://trevormanternach.com/2021/10/13.html

That page from the 13th is still pointing to "http://scripting.com/code/drummercms/templates/minimal/index.html". I verified that by looking at the "var config = {...}" javascript code on the page using the curl command-line utility.

This isn't an emergency by any stretch, just a quirk I came across and decided to post about it before I go and make edits to my old dates in Drummer to fix it that way.

tmanternach avatar Oct 15 '21 22:10 tmanternach