From acabfd24683be817fef3e2e0cf75d2f8ea2d7700 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 26 Oct 2020 00:51:46 -0400 Subject: [PATCH] remove webring --- _includes/webring-in.html | 49 ------------------------ _includes/webring-out.html | 76 -------------------------------------- _layouts/blog.html | 2 - _layouts/post.html | 2 - 4 files changed, 129 deletions(-) delete mode 100644 _includes/webring-in.html delete mode 100644 _includes/webring-out.html diff --git a/_includes/webring-in.html b/_includes/webring-in.html deleted file mode 100644 index 6abfcb8334b43ac6daaa6054322cb1074b237b94..0000000000000000000000000000000000000000 --- a/_includes/webring-in.html +++ /dev/null @@ -1,49 +0,0 @@ -
-

Articles from blogs I follow around the internet

-
- {{range .Articles}} -
-

- {{.Title}} -

-

{{.Summary}}

- - via {{.SourceTitle}} - - {{.Date | date}} -
- {{end}} -
-

- Generated by - openring -

-
- diff --git a/_includes/webring-out.html b/_includes/webring-out.html deleted file mode 100644 index ea370b18f788a5472888b50dde250a6aedf9530f..0000000000000000000000000000000000000000 --- a/_includes/webring-out.html +++ /dev/null @@ -1,76 +0,0 @@ -
-

Articles from blogs I follow around the internet

-
- -
-

- Status update, June 2020 -

-

Like last month, I am writing to you from the past, preparing this status update -a day earlier than usual. This time it’s because I expect to be busy with -planned sr.ht maintenance tomorrow, so I’m getting the status updates written -ahead of time. - -aerc has se…

- - via Drew DeVault's Blog - - June 15, 2020 -
- -
-

- How Much Does It Cost To Run This Blog? -

-

My wife recently asked me how much it costs me to run this blog. I wasn’t really sure to be honest, so I looked into it and the results were surprising. So I thought I would share the details to give you guys a general idea how much it costs to run a blog…

- - via Kev Quirk - - June 13, 2020 -
- -
-

- Documenting With MediaWiki -

-

Much to my chagrin, I’ve hardly posted anything at all the past couple of weeks. This is partly due to university summer classes starting and partly due to me putting some work into NixNet’s documentation. After listening to Episode 4 of 2.5 Admins, I dec…

- - via Posts on Secluded.Site - - June 4, 2020 -
- -
-

- Generated by - openring -

-
- diff --git a/_layouts/blog.html b/_layouts/blog.html index d174c0b35d0482945d99eed5818fc398f2a0ea8e..fcaf93614bbe1f0ae7116a5c4a3a66431470753b 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -5,6 +5,4 @@ description: Amolith's blog on various tech-related topics {% include page/title.html %} {{ content }}
-{% include webring-out.html %} -
{% include page/footer.html %} diff --git a/_layouts/post.html b/_layouts/post.html index 086ce82901d1ad141aa08eb7d43bf4d464d580e7..32cb49529ffc1bd614d9dc8a7516445ec5ee9132 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -24,6 +24,4 @@ document.querySelectorAll('.content h1, .content h2, .content h3').forEach($head {% include post/about.html %}

-
-{% include webring-out.html %}