Add a stub for a hidden microformats section if we didn't print the authors field
This commit is contained in:
parent
a76467412d
commit
c5a7ff4059
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% elseif content.field_authors is not empty %}
|
||||
<span class="hidden"><a href="{{ url }}" class="u-url">{{ date }}</a><a class="u-author" href="/"></a></span>
|
||||
{% endif %}
|
||||
|
||||
<div class="e-content">
|
||||
|
|
Loading…
Reference in a new issue