Skip to content

Commit

Permalink
Add related disseminations to page template
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopernpruner committed Jan 26, 2024
1 parent dcafd15 commit b7e2255
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ <h1 id="related-publications" class="related in-toc">Related Publications</h1>
</div>
{% endif %}

{% if page.disseminations.size > 0 %}
<div class="column is-12">
<h1 id="related-disseminations" class="related in-toc">Related Disseminations</h1>
{% include list-dissemination.html source=page.disseminations style="list" %}
</div>
{% endif %}

{% if page.theses.size > 0 %}
<div class="column is-12">
<h1 id="related-theses" class="related in-toc">Related Theses</h1>
Expand Down

0 comments on commit b7e2255

Please sign in to comment.