1
0
Fork 0
older-tomato-theme/jekyll_theme/_includes/article_brief.html
2023-12-17 07:54:22 +03:00

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 -->