Mercurial > web
view _layouts/post.html @ 99:e83a48ef3bf4
cheese: make the style much more mobile-friendly
author | Paper <paper@tflc.us> |
---|---|
date | Fri, 27 Dec 2024 17:06:48 -0500 |
parents | 1fed81c848a5 |
children |
line wrap: on
line source
--- layout: default --- <div class="content drop-shadow-box drop-shadow-text"> <h2>{{ page.title }}</h2> <span class="blog-footer"><i>[{{ page.author }}], {{ page.date | date_to_string }}</i></span> <hr class="project-separator"> {{ content }} <br> {% if page.nowplaying %} <span class="blog-footer"><i>Now playing: <b>{{ page.nowplaying }}</b></i></span><br> {% endif %} </div>