Move speaker role into a partial
This commit is contained in:
parent
648823e6fb
commit
0a9dbce007
3 changed files with 7 additions and 6 deletions
|
@ -30,9 +30,9 @@
|
|||
{% endif %}
|
||||
|
||||
<div class="markup">
|
||||
{% if page.organisation %}
|
||||
<b>Organisation</b>: {{ page.organisation }}
|
||||
{% endif %}
|
||||
<div class="tw-font-bold tw-text-xl">
|
||||
{% include 'speaker-role' with { speaker: page } %}
|
||||
</div>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue