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.parent %}
|
||||
{% set siblings = this.get_siblings() %}
|
||||
@@ -19,7 +20,7 @@
|
||||
<dt>Source commit</dt>
|
||||
<dd><a href="{{ this.source_commit_url }}"><code>{{ this.source_commit[:10] }}</code></a></dd>
|
||||
</div>
|
||||
{% if this.topic_tags %}<div class="post-info-row"><dt>Topics</dt><dd class="technology-list">{% for tag in this.topic_tags %}<span>{{ tag }}</span>{% endfor %}</dd></div>{% endif %}
|
||||
{% if this.topic_labels %}<div class="post-info-row"><dt>Topics</dt><dd class="technology-list">{{ taxonomy_labels(this.topic_labels) }}</dd></div>{% endif %}
|
||||
</dl>
|
||||
</aside>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user