summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/article_entry.html1
-rw-r--r--templates/article_footer.html1
-rw-r--r--templates/article_header.html1
-rw-r--r--templates/article_list_footer.html1
-rw-r--r--templates/article_list_header.html2
-rw-r--r--templates/article_separator.html0
-rw-r--r--templates/footer.html10
-rw-r--r--templates/header.html11
-rw-r--r--templates/index_footer.html0
-rw-r--r--templates/index_header.html5
-rw-r--r--templates/tag_entry.html1
-rw-r--r--templates/tag_index_footer.html0
-rw-r--r--templates/tag_index_header.html5
-rw-r--r--templates/tag_link.html1
-rw-r--r--templates/tag_link_footer.html1
-rw-r--r--templates/tag_link_header.html1
-rw-r--r--templates/tag_list_footer.html1
-rw-r--r--templates/tag_list_header.html1
-rw-r--r--templates/tag_separator.html1
19 files changed, 0 insertions, 44 deletions
diff --git a/templates/article_entry.html b/templates/article_entry.html
deleted file mode 100644
index 4c149eb..0000000
--- a/templates/article_entry.html
+++ /dev/null
@@ -1 +0,0 @@
-<li><a href="$URL">$TITLE</a></li>
diff --git a/templates/article_footer.html b/templates/article_footer.html
deleted file mode 100644
index 58af3ce..0000000
--- a/templates/article_footer.html
+++ /dev/null
@@ -1 +0,0 @@
-</main><p><i>Recipe posted on: $DATE_POSTED, last edited on: $DATE_EDITED, written by: $AUTHOR</i></p>
diff --git a/templates/article_header.html b/templates/article_header.html
deleted file mode 100644
index afdbcac..0000000
--- a/templates/article_header.html
+++ /dev/null
@@ -1 +0,0 @@
-<main>
diff --git a/templates/article_list_footer.html b/templates/article_list_footer.html
deleted file mode 100644
index 3d3a44c..0000000
--- a/templates/article_list_footer.html
+++ /dev/null
@@ -1 +0,0 @@
-</ul>
diff --git a/templates/article_list_header.html b/templates/article_list_header.html
deleted file mode 100644
index e9a20ee..0000000
--- a/templates/article_list_header.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<h2>Recipes</h2>
-<ul id=artlist>
diff --git a/templates/article_separator.html b/templates/article_separator.html
deleted file mode 100644
index e69de29..0000000
--- a/templates/article_separator.html
+++ /dev/null
diff --git a/templates/footer.html b/templates/footer.html
deleted file mode 100644
index 58b5364..0000000
--- a/templates/footer.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<footer>
- <hr/>
- <a href=".">homepage</a>
- <a href="./rss.xml">RSS</a>
- <a href="./atom.xml">atom</a>
- <br>
- <p>All site content is in the Public Domain.</p>
- <p><small>Powered by <a href="https://pedantic.software/git/blogit">blogit</a></small></p>
-</footer>
-</body></html>
diff --git a/templates/header.html b/templates/header.html
deleted file mode 100644
index 864eebc..0000000
--- a/templates/header.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html lang=en>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%221em%22 font-size=%2280%22>🍲</text></svg>">
- <link rel="stylesheet" href="./style.css">
- <title>$PAGE_TITLE</title>
- <meta name="description" content="Only Based cooking. No ads, no tracking, nothing but based cooking.">
- </head>
- <body>
diff --git a/templates/index_footer.html b/templates/index_footer.html
deleted file mode 100644
index e69de29..0000000
--- a/templates/index_footer.html
+++ /dev/null
diff --git a/templates/index_header.html b/templates/index_header.html
deleted file mode 100644
index 9319a4c..0000000
--- a/templates/index_header.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div class="banner">
- <h1>🍲 $TITLE 🍳</h1>
- <hr/>
-</div>
-<p>Only Based cooking. No ads, no tracking, nothing but based cooking.</p>
diff --git a/templates/tag_entry.html b/templates/tag_entry.html
deleted file mode 100644
index cb23fee..0000000
--- a/templates/tag_entry.html
+++ /dev/null
@@ -1 +0,0 @@
-<a href="$URL">$NAME</a> \ No newline at end of file
diff --git a/templates/tag_index_footer.html b/templates/tag_index_footer.html
deleted file mode 100644
index e69de29..0000000
--- a/templates/tag_index_footer.html
+++ /dev/null
diff --git a/templates/tag_index_header.html b/templates/tag_index_header.html
deleted file mode 100644
index 42bf0e2..0000000
--- a/templates/tag_index_header.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div class="banner">
- <h1>🍲 $TITLE 🍳</h1>
- <hr/>
-</div>
-<p><i>Filtering recipes tagged:</i> <b>$TAGS</b></p>
diff --git a/templates/tag_link.html b/templates/tag_link.html
deleted file mode 100644
index 49cc68c..0000000
--- a/templates/tag_link.html
+++ /dev/null
@@ -1 +0,0 @@
-<a href="$TAG_LINK">$TAG_NAME</a>
diff --git a/templates/tag_link_footer.html b/templates/tag_link_footer.html
deleted file mode 100644
index 38bf9e7..0000000
--- a/templates/tag_link_footer.html
+++ /dev/null
@@ -1 +0,0 @@
-</i></p>
diff --git a/templates/tag_link_header.html b/templates/tag_link_header.html
deleted file mode 100644
index c566585..0000000
--- a/templates/tag_link_header.html
+++ /dev/null
@@ -1 +0,0 @@
-<p><i> Recipe tags:
diff --git a/templates/tag_list_footer.html b/templates/tag_list_footer.html
deleted file mode 100644
index 38bf9e7..0000000
--- a/templates/tag_list_footer.html
+++ /dev/null
@@ -1 +0,0 @@
-</i></p>
diff --git a/templates/tag_list_header.html b/templates/tag_list_header.html
deleted file mode 100644
index ae3a759..0000000
--- a/templates/tag_list_header.html
+++ /dev/null
@@ -1 +0,0 @@
-<p><i>Tags:
diff --git a/templates/tag_separator.html b/templates/tag_separator.html
deleted file mode 100644
index c3a6e48..0000000
--- a/templates/tag_separator.html
+++ /dev/null
@@ -1 +0,0 @@
-, \ No newline at end of file