From 49dac565a8b19299e939208b84f2c846c7155090 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 20 Nov 2019 13:16:35 -0500 Subject: [PATCH] add footnote styling and update webring --- _includes/webring-out.html | 28 ++++++++++++++-------------- _sass/_default.scss | 12 ++++++++++++ 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/_includes/webring-out.html b/_includes/webring-out.html index a7c60f6..894346a 100644 --- a/_includes/webring-out.html +++ b/_includes/webring-out.html @@ -2,6 +2,20 @@

Articles from blogs I follow around the internet

+
+

+ China +

+

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 Drew DeVault's Blog + + November 20, 2019 +
+

Coming Full Circle – From Grav To WordPress @@ -13,20 +27,6 @@ November 19, 2019

-
-

- Status update, November 2019 -

-

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…

- - via Drew DeVault's Blog - - November 15, 2019 -
-

How to redact sensitive information with LibreOffice 6.3+ diff --git a/_sass/_default.scss b/_sass/_default.scss index 1f9839c..0f08ff2 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; }