diff options
| author | Christian Cleberg <[email protected]> | 2024-10-09 16:41:00 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-10-09 16:41:00 -0500 |
| commit | 691368133057d66ecb362b0b31db74bfa733c6dd (patch) | |
| tree | 187c9a423c28a5ddfb46f7d407649a4d0fb75643 /theme/templates/index.html | |
| parent | 079af851d813edf0729641ba0bd19d307b7e5ff5 (diff) | |
| download | cleberg.net-691368133057d66ecb362b0b31db74bfa733c6dd.tar.gz cleberg.net-691368133057d66ecb362b0b31db74bfa733c6dd.tar.bz2 cleberg.net-691368133057d66ecb362b0b31db74bfa733c6dd.zip | |
fix missing character
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index de58240..906dd2d 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -8,9 +8,11 @@ uid [ultimate] Christian Cleberg <[email protected]></pre> <section> <h2>Recent Blog Posts</h2> - <div class="post> + <div class="post"> <time datetime="2024-09-23 19:52:20">2024-09-23</time> - <a href="/blog/self-hosting-transmission.html">Self-Hosting Transmission Bittorrent Client</a> + <a href="/blog/self-hosting-transmission.html" + >Self-Hosting Transmission Bittorrent Client</a + > </div> <div class="post"> <time datetime="2024-09-20 13:38:52">2024-09-20</time> |
