Mercurial > web
view _layouts/post.html @ 81:eb3bbc61bc17
Use flexbox for lots more things
this should make stuff actually work on safari. HOPEFULLY.
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 20 May 2024 04:00:58 -0400 |
parents | 815c0da68384 |
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>