diff options
author | davidovski <david@davidovski.xyz> | 2023-06-13 00:12:02 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-06-13 00:12:02 +0100 |
commit | 045ab662bb15d9a13d4d58ef609f643b9ae0889d (patch) | |
tree | ecf6a75bb9c9aa530bf5e7cca909c9b8894fd690 /templates/summary.html | |
parent | 7acbb084388e3b7d13f37b65e0b5cf2756d6cf26 (diff) |
use shblg to generate a static site from this repo
Diffstat (limited to 'templates/summary.html')
-rw-r--r-- | templates/summary.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/summary.html b/templates/summary.html deleted file mode 100644 index 483763f..0000000 --- a/templates/summary.html +++ /dev/null @@ -1,6 +0,0 @@ -<li class="entry"> -<a href="%url%"> - <div class="small">%date%</div> - <span>%title%</span> -</a> -</li> |