Mercurial > web
view _layouts/post.html @ 84:5914d06f72b4
css: tweak styles to make things work on older browsers
the other thing was hacky; this is weirder, but makes a tiny
bit more sense
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 05 Jun 2024 21:02:44 -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>