Názvy metadat jsou <strong>

master
Emil Miler 4 years ago
parent 0f0eed3ff6
commit 8d201a765c

@ -35,11 +35,11 @@
{% block content %}
<h1>{{ section.title }}</h1>
{% if section.extra.group %}<div class="metadata">Cílová skupina &ndash; {{ section.extra.group }}</div>{% endif %}
{% if section.extra.time %}<div class="metadata">Časová dotace &ndash; {{ section.extra.time }}</div>{% endif %}
{% if section.extra.group %}<div class="metadata"><strong>Cílová skupina &ndash;</strong> {{ section.extra.group }}</div>{% endif %}
{% if section.extra.time %}<div class="metadata"><strong>Časová dotace &ndash;</strong> {{ section.extra.time }}</div>{% endif %}
{% if section.extra.authors %}
{% if section.extra.authors | length > 1 %}
<div class="metadata">Autoři &ndash;
<div class="metadata"><strong>Autoři &ndash;</strong>
{% for author in section.extra.authors %}
{{ author }}
{% if not author == section.extra.authors | last %}, {% endif %}