Mercurial > web
view _layouts/post.html @ 111:250f40874439
*: update lots of things
now we minify the html,css,etc before deploying, so it hopefully
will load faster :)
author | Paper <paper@tflc.us> |
---|---|
date | Mon, 19 May 2025 13:58:21 -0400 |
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>