Explicitly print tags, and start a 'sharing' section with a permalink

... using the newly available ionicons web component, which works,
unlike the old mis-matched classes and font.
This commit is contained in:
benjamin melançon 2018-12-20 15:39:12 -05:00
parent c5a7ff4059
commit 0107a5c936

View file

@ -146,8 +146,6 @@
{% endfor %}
{% endif %}
<!-- Unexpected extra content -->
{{ content|without('field_body_paragraph', 'field_authors', 'uid', 'created', 'comment') }}
{% if walls_up == true %}
{# If the flow sides are still up after all is said and done, close 'em up. #}
@ -155,10 +153,27 @@
</div>
</section>
{% endif %}
</div>{# end e-content div #}
<section class="section">
<div class="container">
<div class="flow content">
<div class="flow_middle sharing">
<a href="{{ url }}" class="u-url" rel="bookmark"><ion-icon name="link"></ion-icon></a>
</div>
{% if content.field_tags is not empty %}
{{ content.field_tags }}
{% endif %}
</div>
</div>
</section>
</article>{# end h-entry article #}
<!-- Unexpected extra content -->
{{ content|without('field_body_paragraph', 'field_authors', 'field_tags', 'uid', 'created', 'comment') }}
{% if content.comment %}
{{ content.comment }}
{% endif %}