Mercurial > web
view _layouts/post.html @ 82:b98a84a0afb2
css: fix styling for Safari
woohoo
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 20 May 2024 04:16:46 -0400 |
parents | eb3bbc61bc17 |
children | 1fed81c848a5 |
line wrap: on
line source
--- layout: default --- <div class="content drop-shadow-box drop-shadow-text"> <h2>{{ page.title }}</h2> <hr class="project-separator"> {{ content }} <br> <span class="blog-footer"><i>Written on {{ page.date | date_to_string }} by {{ page.author }}</i></span> </div>