diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-04-27 17:01:13 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-04-27 17:01:13 -0500 |
commit | 74992aaa27eb384128924c4a3b93052961a3eaab (patch) | |
tree | d5193997d72a52f7a6d6338ea5da8a6c80b4eddc /theme/templates/index.html | |
parent | 3def68d80edf87e28473609c31970507d9f03467 (diff) | |
download | cleberg.net-74992aaa27eb384128924c4a3b93052961a3eaab.tar.gz cleberg.net-74992aaa27eb384128924c4a3b93052961a3eaab.tar.bz2 cleberg.net-74992aaa27eb384128924c4a3b93052961a3eaab.zip |
test conversion back to markdown
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r-- | theme/templates/index.html | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html deleted file mode 100644 index ad96a5d..0000000 --- a/theme/templates/index.html +++ /dev/null @@ -1,55 +0,0 @@ -{% extends "base.html" %} {% block main %} -<section> - <h1>cleberg.net</h1> - <pre>pub rsa4096 2022-11-16 [SC] - <a href="/gpg.txt">3917 973F B159 BBB8 6194 5385 6945 1A51 7AC0 CB37</a> -uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> -</section> -<section> - <table> - <thead> - <tr> - <th>link</th> - <th>desc</th> - </tr> - </thead> - <tbody> - <tr> - <td><a href="/blog/">blog</a></td> - <td>my personal blog</td> - </tr> - <tr> - <td><a href="https://git.cleberg.net">git</a></td> - <td>personal git hosting</td> - </tr> - <tr> - <td><a href="https://matrix.to/#/@cyborg:matrix.tchncs.de">matrix</a></td> - <td>encrypted chat</td> - </tr> - <tr> - <td><a href="/feed.xml">rss</a></td> - <td>feed for my personal blog</td> - </tr> - <tr> - <td><a href="/salary/">salary</a></td> - <td>my salary log</td> - </tr> - <tr> - <td><a href="/services/">services</a></td> - <td>my public services</td> - </tr> - <tr> - <td><a href="/wiki/">wiki</a></td> - <td>my personal wiki</td> - </tr> - </tbody> - </table> -</section> -<footer> - <p> - Last Build: <<time datetime='{{ now() | strftime("%Y-%m-%d %H:%M:%S") }}' - >{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time - >> - </p> -</footer> -{% endblock %} |