Mercurial > web
diff _layouts/post.html @ 78:5fdf5f346b92
*: use jekyll for templates, blogging, etc.
I changed the pages to now use templates, so adding new stuff should
be much much easier in the future
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 20 May 2024 02:49:07 -0400 |
parents | |
children | 815c0da68384 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_layouts/post.html Mon May 20 02:49:07 2024 -0400 @@ -0,0 +1,13 @@ +--- +layout: default +--- +<div class="content drop-shadow-box drop-shadow-text"> + <h1>{{ page.title }}</h1> + <hr class="project-separator"> + + {{ content }} + + <br> + + <span class="blog-footer">Written on {{ page.date | date_to_string }} by {{ page.author }}</span> +</div>