projects and literature

This commit is contained in:
Steffen Illium
2023-12-15 17:25:23 +01:00
committed by Steffen Illium
parent 86228fbaf7
commit b1a40905da
29 changed files with 67 additions and 4 deletions

View File

@ -0,0 +1,7 @@
---
---
{{reference}}
{% if link %}
<br><a href="{{link}}"><button class="btn btnId btnPub--download" style="outline:none; position:relative;white-space: normal;">PDF</button></a>
{% endif %}

View File

@ -48,6 +48,9 @@ layout: default
</nav>
</aside>
{% endif %}
{% if page.categories contains 'research' %}
{% include reference.html %}
{% endif %}
{{ content }}
{% if page.link %}<div><a href="{{ page.link }}" class="btn btn--primary">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
</section>