From 58035da60265a27e9cd51affe0b67dc8183eb259 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 2 Jan 2019 17:05:26 -0500 Subject: [PATCH] it's the current year now --- lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb b/lb index 644c98e..6cc974e 100755 --- a/lb +++ b/lb @@ -3,7 +3,7 @@ name="Luke Smith" webdir="$(pwd)" website="https://lukesmith.xyz/" # Keep a trailing slash. css="../style.css" -blogfile="2018.html" +blogfile="2019.html" indexfile="blogindex.html" rssfile="rss.xml" [ -z "$EDITOR" ] && EDITOR="vim"