diff options
author | Yuchen Pei <me@ypei.me> | 2021-07-01 12:20:22 +1000 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2021-07-01 12:20:22 +1000 |
commit | 6c8e5849392cc2541bbdb84d43ce4be2d7fe4319 (patch) | |
tree | 2ff6c7e21d5d6c99213e41647899c7b86b7b7e34 /templates/barepost.html | |
parent | c29c3c0389c1f83f57b4215f7ff3cfc0f83e2b7c (diff) |
Removed files no longer in use.
Also renamed agpl license file.
Diffstat (limited to 'templates/barepost.html')
-rw-r--r-- | templates/barepost.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/barepost.html b/templates/barepost.html deleted file mode 100644 index ec4db1a..0000000 --- a/templates/barepost.html +++ /dev/null @@ -1,6 +0,0 @@ -<div class="bodyitem"> - <a href="$url$"><h2> $title$ </h2></a> - <p>Posted on $date$</p> - $synopsis$ - <a href="$url$">Continue reading</a> -</div> |