Welcome to the public web log of Fred Lambuth
Updates involved some fixes to my hacky hard-coded URL paths to the Spotify web player. Some of the links that go to /tracks/ fail because Spotify sometimes appends another code after the track ID; to distinguish different recordings of the same song name. My links fail because I do not use that...
Updates for today are a little ugly. Instead of keeping what I got, I just push every change that actually displays the HTML I want to see. If there is extra, well that is a tolerable mitigating fact to the standards here at fredlambuth.com. I learned how to make a Jinja template that can be...
In regards to the calendar stuff I reported in my previous blog post(s), don’t look too hard at the days of the week labels. I did not even consider ordering those things together. I have some ideas that could handle it without breaking the calendar template and URL year/month/day schema mapping...