add footnote styling and update webring

Amolith created

Change summary

_includes/webring-out.html | 22 +++++++++++-----------
_sass/_default.scss        | 12 ++++++++++++
2 files changed, 23 insertions(+), 11 deletions(-)

Detailed changes

_includes/webring-out.html 🔗

@@ -4,27 +4,27 @@
     
     <div class="article">
       <h4 class="title">
-        <a href="https://kevq.uk/coming-full-circle-from-grav-to-wordpress/" target="_blank" rel="noopener">Coming Full Circle – From Grav To WordPress</a>
+        <a href="https://drewdevault.com/2019/11/20/China.html" target="_blank" rel="noopener">China</a>
       </h4>
-      <p class="summary">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…</p>
+      <p class="summary">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…</p>
       <small class="source">
-        via <a href="https://kevq.uk">Kev Quirk</a>
+        via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
       </small>
-      <small class="date">November 19, 2019</small>
+      <small class="date">November 20, 2019</small>
     </div>
     
     <div class="article">
       <h4 class="title">
-        <a href="https://drewdevault.com/2019/11/15/Status-update-November-2019.html" target="_blank" rel="noopener">Status update, November 2019</a>
+        <a href="https://kevq.uk/coming-full-circle-from-grav-to-wordpress/" target="_blank" rel="noopener">Coming Full Circle – From Grav To WordPress</a>
       </h4>
-      <p class="summary">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…</p>
+      <p class="summary">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…</p>
       <small class="source">
-        via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
+        via <a href="https://kevq.uk">Kev Quirk</a>
       </small>
-      <small class="date">November 15, 2019</small>
+      <small class="date">November 19, 2019</small>
     </div>
     
     <div class="article">

_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;
 }