about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorCase Duckworth2022-05-24 17:32:59 -0500
committerCase Duckworth2022-05-24 17:32:59 -0500
commit4f1e261cbdee95e0810c9ebd33726e6921994b3e (patch)
treeb55f4e745af3c899c08378e7c5db5d4ceae3319a /src
parentAdd URL to git repo (diff)
downloadhat-trick-4f1e261cbdee95e0810c9ebd33726e6921994b3e.tar.gz
hat-trick-4f1e261cbdee95e0810c9ebd33726e6921994b3e.zip
Correct date and feed stuff
Diffstat (limited to 'src')
-rw-r--r--src/_head.htm2
-rw-r--r--src/compile.ht2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/_head.htm b/src/_head.htm index 762965e..e8ec1cc 100644 --- a/src/_head.htm +++ b/src/_head.htm
@@ -9,6 +9,6 @@
9 <link rel="shortcut icon" 9 <link rel="shortcut icon"
10 href="data:image/gif;base64,R0lGODdhEAAQAIAAAAByL8zAGiwAAAAAEAAQAAACK4wNqQsX+1hD6kiaXKxQb+ZZYChmpGNinfpxV/q02dzUrx1L+Lzlp60LFgAAOw==" /> 10 href="data:image/gif;base64,R0lGODdhEAAQAIAAAAByL8zAGiwAAAAAEAAQAAACK4wNqQsX+1hD6kiaXKxQb+ZZYChmpGNinfpxV/q02dzUrx1L+Lzlp60LFgAAOw==" />
11 <link rel="stylesheet" type="text/css" href="static/casa.css"> 11 <link rel="stylesheet" type="text/css" href="static/casa.css">
12 <link rel="alternate" type="application/atom+xml" href="static/rss.xml"> 12 <link rel="alternate" type="application/atom+xml" href="feed.xml">
13 </head> 13 </head>
14 <body> 14 <body>
diff --git a/src/compile.ht b/src/compile.ht index 9fb91c9..2cc1661 100644 --- a/src/compile.ht +++ b/src/compile.ht
@@ -1,5 +1,5 @@
1;@@title: Compiling!@@ 1;@@title: Compiling!@@
2;@@date: 2022-05-24@@ 2;@@date: 2022-05-19@@
3 3
4I've been using Emacs to write this site so far, and it has a convenient 4I've been using Emacs to write this site so far, and it has a convenient
5<code>M-x compile</code> command that is fun to use. However, I frequently want 5<code>M-x compile</code> command that is fun to use. However, I frequently want