From cb6bae0cbe9b061c59733eab6772168683f56231 Mon Sep 17 00:00:00 2001
From: Mitja Felicijan
Date: Sun, 19 Nov 2023 16:37:18 +0100
Subject: Fixed footer text
---
_includes/webring.html | 4 ++--
_layouts/base.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_includes/webring.html b/_includes/webring.html
index 535eac6..1fa6205 100644
--- a/_includes/webring.html
+++ b/_includes/webring.html
@@ -32,8 +32,8 @@
For over 10 years now, I run two self-built NAS (Network Storage) devices which serve media (currently via Jellyfin) and run daily backups of all my PCs and servers. In this article, I describe my goals, which hardware I picked for my new build (and why) and how I set it up. Design Goals I use my network storage device...
-
- We have a long standing Django application, using SQLite as the database layer because that's easy and all we need at our tiny scale. For as long as we've had the application I've not so much as breathed on its database schema (which is to say its model), because the thought of trying to do any sort of database migrati...
+
+ Today, for reasons outside the scope of this entry, I updated one of my very old little Python utilities to add some features and move it to Python 3 in the process. This program was so old it was using getopt, so as part of updating it I switched it over to argparse, which is what I use in all of my modern programs. T...
diff --git a/_layouts/base.html b/_layouts/base.html
index 679ce8b..c7229ab 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -241,7 +241,7 @@
catch up with me on Telegram.
- This page's most recent build occurred on {{ site.time | date: "%A, %-d %B, %Y" }} and is also available as RSS feed.
+ This page's most recent build occurred on {{ site.time | date: "%A, %-d %B, %Y" }} and is also available as RSS feed.