git send-email poast

This commit is contained in:
Jade Lovelace 2022-04-22 22:05:21 -07:00
parent f6444034c3
commit 06091bbbb3
6 changed files with 175 additions and 23 deletions

View file

@ -18,7 +18,7 @@
{% block content %}
<div class="post" typeof="BlogPosting">
<header class="page-header">
<h1 property="headline">{{ page.title }}</h1>
<h1 property="headline">{{ page.title | markdown(inline=true) | safe }}</h1>
{% if not page.extra.isPage %}
<div class="detail page-detail">