9 lines
388 B
HTML
9 lines
388 B
HTML
<!-- begin article_brief template -->
|
|
<p class="caption">{{ include.page.date | date: '%d.%m.%Y' }}</p>
|
|
<p class="headline">
|
|
<a href="{{ include.page.canonical_url | relative_url }}">{{ include.page.title }}</a>
|
|
</p>
|
|
<p>{{ include.page.sections | join: ' • ' }}</p>
|
|
{{- include.brief | markdownify -}}
|
|
{% unless include.last %}<hr>{% endunless -%}
|
|
<!-- end article_brief template -->
|