diff options
Diffstat (limited to 'blog/src/templates/article')
-rw-r--r-- | blog/src/templates/article/footer.html | 2 | ||||
-rw-r--r-- | blog/src/templates/article/header.html | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/blog/src/templates/article/footer.html b/blog/src/templates/article/footer.html new file mode 100644 index 0000000..8778a5e --- /dev/null +++ b/blog/src/templates/article/footer.html @@ -0,0 +1,2 @@ +<p>By: $$AUTHOR</p> +<p>Created: $$CTIME, edited: $$MTIME</p> diff --git a/blog/src/templates/article/header.html b/blog/src/templates/article/header.html new file mode 100644 index 0000000..cb941df --- /dev/null +++ b/blog/src/templates/article/header.html @@ -0,0 +1 @@ +<h1>$$TITLE</h1> |