Mercurial > web
view _layouts/post.html @ 86:1fed81c848a5
html: add plugs
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 09 Jun 2024 22:07:26 -0400 |
parents | eb3bbc61bc17 |
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>