diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_head.htm | 2 | ||||
-rw-r--r-- | src/compile.ht | 2 |
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 | ||
4 | I've been using Emacs to write this site so far, and it has a convenient | 4 | I'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 |