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