diff options
Diffstat (limited to 'blog/src/templates')
-rw-r--r-- | blog/src/templates/article/footer.html | 8 | ||||
-rw-r--r-- | blog/src/templates/tag/list_footer.html | 1 | ||||
-rw-r--r-- | blog/src/templates/tag/list_header.html | 1 |
3 files changed, 9 insertions, 1 deletions
diff --git a/blog/src/templates/article/footer.html b/blog/src/templates/article/footer.html index 8778a5e..354aac2 100644 --- a/blog/src/templates/article/footer.html +++ b/blog/src/templates/article/footer.html @@ -1,2 +1,8 @@ + +<hr> +<div class="article-info"> <p>By: $$AUTHOR</p> -<p>Created: $$CTIME, edited: $$MTIME</p> +<p>Created: $$CTIME</p> +<p>Edited: $$MTIME</p> +$$TAGS +</div> diff --git a/blog/src/templates/tag/list_footer.html b/blog/src/templates/tag/list_footer.html index 8ce77e5..a1a9917 100644 --- a/blog/src/templates/tag/list_footer.html +++ b/blog/src/templates/tag/list_footer.html @@ -1 +1,2 @@ </p> +</div> diff --git a/blog/src/templates/tag/list_header.html b/blog/src/templates/tag/list_header.html index d12f767..af11130 100644 --- a/blog/src/templates/tag/list_header.html +++ b/blog/src/templates/tag/list_header.html @@ -1 +1,2 @@ +<div class="article-tags"> <p>Tags: |