From 6c6319c3ecfb9606c32b3c6c9b487da33911f8b6 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 18 Jul 2024 01:37:00 +0100 Subject: add resources dir --- templates/article-resource.html | 44 ----------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 templates/article-resource.html (limited to 'templates/article-resource.html') diff --git a/templates/article-resource.html b/templates/article-resource.html deleted file mode 100644 index e3d9cac..0000000 --- a/templates/article-resource.html +++ /dev/null @@ -1,44 +0,0 @@ -
- $if(thumbnail)$ -
$thumbnail$
- $endif$ - $if(torrent)$ -
- - -
- $endif$ -
-
-
-

$title$

- permalink - raw - $if(torrent)$ - magnet link - $endif$ -
-
- $if(author)$ -

$author$

- $endif$ -

$date$

- $if(tags)$ -

$tags$

- $endif$ -
-
-
-
-
- $body$ -
-
-
\ No newline at end of file -- cgit