Mercurial > web
comparison _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 |
comparison
equal
deleted
inserted
replaced
85:52d59a351bf5 | 86:1fed81c848a5 |
---|---|
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 --- | 3 --- |
4 <div class="content drop-shadow-box drop-shadow-text"> | 4 <div class="content drop-shadow-box drop-shadow-text"> |
5 <h2>{{ page.title }}</h2> | 5 <h2>{{ page.title }}</h2> |
6 <span class="blog-footer"><i>[{{ page.author }}], {{ page.date | date_to_string }}</i></span> | |
6 <hr class="project-separator"> | 7 <hr class="project-separator"> |
7 | 8 |
8 {{ content }} | 9 {{ content }} |
9 | 10 |
10 <br> | 11 <br> |
11 | 12 |
12 <span class="blog-footer"><i>Written on {{ page.date | date_to_string }} by {{ page.author }}</i></span> | 13 {% if page.nowplaying %} |
14 <span class="blog-footer"><i>Now playing: <b>{{ page.nowplaying }}</b></i></span><br> | |
15 {% endif %} | |
13 </div> | 16 </div> |