From eb0bc7d44ba1349860a56797b92761c68a4e7dce Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Tue, 9 Jan 2024 16:24:27 -0700 Subject: [PATCH] Drop target "_blank" on most links. --- _layouts/home.html | 14 +++++++------- _layouts/post.html | 4 ++-- _posts/2015-06-20-fifth.md | 4 ++-- _posts/2020-03-29-postlude.md | 3 +-- _posts/2021-04-01-looped.md | 7 +++---- _posts/2021-12-08-blog.md | 4 ++-- _posts/2022-07-02-anki-synonyms.md | 4 ++-- _posts/2023-02-05-bookshelf.md | 4 ++-- _posts/2023-04-09-were-the-crew.md | 4 ++-- _posts/2023-11-17-bootstrap.md | 3 +-- _posts/2023-11-26-boardwise.md | 12 +++++------- _posts/2023-12-10-nixos-configuration.md | 6 +++--- _posts/2023-12-14-bookshelf-doc.md | 8 ++++---- _posts/2023-12-23-forgejo.md | 5 ++--- 14 files changed, 38 insertions(+), 44 deletions(-) diff --git a/_layouts/home.html b/_layouts/home.html index 5deb677..58270d8 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,22 +4,22 @@ layout: default {% if paginator.page_path contains "index" %}

- Most applications listed below are served from NixOS - machines hosted on Digital Ocean. - Configuration files for each of my machines can be found here. + Most applications listed below are served from NixOS + machines hosted on Digital Ocean. + Configuration files for each of my machines can be found here. If interested in starting a similar hosting solution, consider getting a $200 - credit using my referral link. + credit using my referral link.

{% endif %} {% for post in paginator.posts %}

- {{ post.title }} + {{ post.title }}

{% if post.image %} @@ -33,7 +33,7 @@ layout: default

{{ post.content }}