diff options
author | EuAndreh <eu@euandre.org> | 2018-07-15 21:11:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-15 21:12:32 -0300 |
commit | e87dbf00de5c638120e2b7bcb15b0ba8b06a2b2e (patch) | |
tree | f08e59022bb9c863ca8d7eb84d10c3e9c47f8b65 /site/templates/post.html | |
parent | Add extra slide reference (diff) | |
download | euandre.org-e87dbf00de5c638120e2b7bcb15b0ba8b06a2b2e.tar.gz euandre.org-e87dbf00de5c638120e2b7bcb15b0ba8b06a2b2e.tar.xz |
Add initial Hakyll website skeleton
Diffstat (limited to '')
-rw-r--r-- | site/templates/post.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/site/templates/post.html b/site/templates/post.html new file mode 100644 index 0000000..428ebff --- /dev/null +++ b/site/templates/post.html @@ -0,0 +1,11 @@ +<article> + <section class="header"> + Posted on $date$ + $if(author)$ + by $author$ + $endif$ + </section> + <section> + $body$ + </section> +</article> |