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/file.html | |
parent | 7acbb084388e3b7d13f37b65e0b5cf2756d6cf26 (diff) |
use shblg to generate a static site from this repo
Diffstat (limited to 'templates/file.html')
-rw-r--r-- | templates/file.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/file.html b/templates/file.html deleted file mode 100644 index 19048c3..0000000 --- a/templates/file.html +++ /dev/null @@ -1,7 +0,0 @@ -<h1>%filename%</h1> - -<p><code>%commit%</code></p> - -%content% - -<p>Clone this repo: <code>git clone %url%</code><p> |