This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% from "macros/tag-links.html" import taxonomy_labels with context %}
|
||||
{% block body %}
|
||||
{% set project = this.parent %}
|
||||
<section class="hero compact devlog-hero">
|
||||
@@ -17,7 +18,7 @@
|
||||
<div class="entry-meta"><span class="label">Devlog</span><time datetime="{{ entry.date }}">{{ entry.date|dateformat('YYYY.MM.dd') }}</time></div>
|
||||
<h2><a href="{{ entry|url }}">{{ entry.title }}</a></h2>
|
||||
<p>{{ entry.summary }}</p>
|
||||
{% if entry.topic_tags %}<div class="technology-list">{% for tag in entry.topic_tags %}<span>{{ tag }}</span>{% endfor %}</div>{% endif %}
|
||||
{% if entry.topic_labels %}<div class="technology-list">{{ taxonomy_labels(entry.topic_labels) }}</div>{% endif %}
|
||||
<a class="read-more" href="{{ entry|url }}">Read entry →</a>
|
||||
</article>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user