diff --git a/_includes/webring-out.html b/_includes/webring-out.html index a7c60f6ea5e1f33c2f5c5ef4beba113f75186587..894346a2f1908f00d256fdd645f5c96063ca1b22 100644 --- a/_includes/webring-out.html +++ b/_includes/webring-out.html @@ -4,27 +4,27 @@

- Coming Full Circle – From Grav To WordPress + China

-

Woah, 2 posts in one day, aren’t you guys lucky! So I’ve just published a post on why I’m removing comments from this site. Now I want to talk about migrating from Grav to WordPress. When I originally re-launched this blog, I went with Ghost. Then I moved…

+

This article will be difficult to read and was difficult to write. I hope that +you can stomach the uncomfortable nature of this topic and read my thoughts in +earnest. I usually focus on technology-related content, but at the end of the +day, this is my perso…

- via Kev Quirk + via Drew DeVault's Blog - November 19, 2019 + November 20, 2019

- Status update, November 2019 + Coming Full Circle – From Grav To WordPress

-

Today’s update is especially exciting, because today marks the 1 year -anniversary of Sourcehut opening it’s alpha to public -registration. I wrote a nice long article which goes into -detail about what Sourcehut accomplished in 2019, what’s to come for 2020, a…

+

Woah, 2 posts in one day, aren’t you guys lucky! So I’ve just published a post on why I’m removing comments from this site. Now I want to talk about migrating from Grav to WordPress. When I originally re-launched this blog, I went with Ghost. Then I moved…

- via Drew DeVault's Blog + via Kev Quirk - November 15, 2019 + November 19, 2019
diff --git a/_sass/_default.scss b/_sass/_default.scss index 1f9839c30675c34b3e61606b757a0accc5f520a0..0f08ff2b436b1ce7739349f60d673fe4da4c1655 100644 --- a/_sass/_default.scss +++ b/_sass/_default.scss @@ -141,6 +141,18 @@ a { font-family: "ForkAwesome"; margin-left: 5px; } +.footnotes { + border-top: 2px solid #808080; +} +.footnote { + text-decoration: underline!important; +} +a.footnote::after { + display: none; +} +a.reversefootnote::after { + display: none; +} .hide { display: none; }