fix Reddit share URL; driveby star, driveby trim dead code
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Sun, 12 Apr 2020 22:03:16 +0000 (15:03 -0700)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Sun, 12 Apr 2020 22:03:16 +0000 (15:03 -0700)
commit15724b44a463c87a57674c17597219aa1403f226
tree3f757a3457368c3f96da7b05c1a82a538acb8aa0
parent3049fa2c0e3319bf860193a372a60f014bdae302
fix Reddit share URL; driveby star, driveby trim dead code

I would have thought the SITEURL template variable would faithfully
reflect my Pelican SITEURL setting, but instead it was getting
populated as "../../.."?! (A relative-URLs setting??—the root is
"three levels up" from `YYYY/Mon/post-slug/`.) Hardcoding it should be
fine; the site isn't going anywhere (until the virus kills me).

While we're here, get that disgraceful hyphen out of the page
title. And, prune some conditional markup that misled my past self
into thinking that SITEURL would work.
theme/templates/article.html