Place bylines outside of titlebar
This commit is contained in:
parent
4022267b85
commit
eb1e0cdd22
1 changed files with 4 additions and 4 deletions
|
@ -97,10 +97,6 @@
|
||||||
<div class="titlebar">
|
<div class="titlebar">
|
||||||
<div class="titlebar_title">
|
<div class="titlebar_title">
|
||||||
<h1 class="title is-2">{{ label }}</h1>
|
<h1 class="title is-2">{{ label }}</h1>
|
||||||
{% if content.field_authors is not empty %}
|
|
||||||
<p class="byline is-mono">Written by {{ content.field_authors }}</p>
|
|
||||||
<p class="byline is-mono">Posted on {{ date }}</p>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
{% if secondary_menu|render %}
|
{% if secondary_menu|render %}
|
||||||
<div class="titlebar_links">
|
<div class="titlebar_links">
|
||||||
|
@ -108,6 +104,10 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if content.field_authors is not empty %}
|
||||||
|
<p class="byline is-mono">Written by {{ content.field_authors }}</p>
|
||||||
|
<p class="byline is-mono">Posted on {{ date }}</p>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue