diff options
Diffstat (limited to 'blog/src/templates/article')
-rw-r--r-- | blog/src/templates/article/footer.html | 8 | ||||
-rw-r--r-- | blog/src/templates/article/header.html | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/blog/src/templates/article/footer.html b/blog/src/templates/article/footer.html deleted file mode 100644 index 354aac2..0000000 --- a/blog/src/templates/article/footer.html +++ /dev/null @@ -1,8 +0,0 @@ - -<hr> -<div class="article-info"> -<p>By: $$AUTHOR</p> -<p>Created: $$CTIME</p> -<p>Edited: $$MTIME</p> -$$TAGS -</div> diff --git a/blog/src/templates/article/header.html b/blog/src/templates/article/header.html deleted file mode 100644 index cb941df..0000000 --- a/blog/src/templates/article/header.html +++ /dev/null @@ -1 +0,0 @@ -<h1>$$TITLE</h1> |