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

@ -7,7 +7,7 @@
{% endif %}
<article class="homepage-article" typeof="BlogPosting" resource="{{ page.permalink | safe }}">
<a class="homepage-link" href="{{ page.permalink | safe }}">
<h2 property="headline">{{ page.title }}</h2>
<h2 property="headline">{{ page.title | markdown(inline=true) | safe }}</h2>
</a>
<div class="detail">
<span property="datePublished"
@ -21,4 +21,4 @@
{% if config.extra.debug and config.mode == "Serve" %}
<pre><code>{{ __tera_context | escape | safe }}</code></pre>
{% endif %}
{% endblock content %}
{% endblock content %}