view _layouts/post.html @ 83:06fd6ffefb58

css: align quips to the right, justify to the middle
author Paper <paper@paper.us.eu.org>
date Mon, 20 May 2024 05:04:46 -0400
parents eb3bbc61bc17
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>