git send-email poast
This commit is contained in:
parent
f6444034c3
commit
06091bbbb3
6 changed files with 175 additions and 23 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue