diff options
Diffstat (limited to 'e_src/templates/tag')
-rw-r--r-- | e_src/templates/tag/footer.html | 0 | ||||
-rw-r--r-- | e_src/templates/tag/header.html | 1 | ||||
-rw-r--r-- | e_src/templates/tag/list_entry.html | 1 | ||||
-rw-r--r-- | e_src/templates/tag/list_footer.html | 1 | ||||
-rw-r--r-- | e_src/templates/tag/list_header.html | 1 | ||||
-rw-r--r-- | e_src/templates/tag/list_separator.html | 1 |
6 files changed, 0 insertions, 5 deletions
diff --git a/e_src/templates/tag/footer.html b/e_src/templates/tag/footer.html deleted file mode 100644 index e69de29..0000000 --- a/e_src/templates/tag/footer.html +++ /dev/null diff --git a/e_src/templates/tag/header.html b/e_src/templates/tag/header.html deleted file mode 100644 index 29372aa..0000000 --- a/e_src/templates/tag/header.html +++ /dev/null @@ -1 +0,0 @@ -<p>Posts filtered by tag: <a href="$$URL">$$NAME</a></p> diff --git a/e_src/templates/tag/list_entry.html b/e_src/templates/tag/list_entry.html deleted file mode 100644 index 3a7aaad..0000000 --- a/e_src/templates/tag/list_entry.html +++ /dev/null @@ -1 +0,0 @@ -<a href="$$URL">$$NAME</a>
\ No newline at end of file diff --git a/e_src/templates/tag/list_footer.html b/e_src/templates/tag/list_footer.html deleted file mode 100644 index 8ce77e5..0000000 --- a/e_src/templates/tag/list_footer.html +++ /dev/null @@ -1 +0,0 @@ -</p> diff --git a/e_src/templates/tag/list_header.html b/e_src/templates/tag/list_header.html deleted file mode 100644 index 5bb080d..0000000 --- a/e_src/templates/tag/list_header.html +++ /dev/null @@ -1 +0,0 @@ -<p>Tags:
\ No newline at end of file diff --git a/e_src/templates/tag/list_separator.html b/e_src/templates/tag/list_separator.html deleted file mode 100644 index c3a6e48..0000000 --- a/e_src/templates/tag/list_separator.html +++ /dev/null @@ -1 +0,0 @@ -,
\ No newline at end of file |