*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit d1cf50e7 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Fix doi variable not being initialized in the side-bar box

parent 8466054e
Branches
Tags
No related merge requests found
......@@ -28,6 +28,7 @@
<div class="one column row">
<div class="column left aligned">
<p class="text-muted font-small">
{%- set doi = metadata.identifiers|tuw_doi_identifier -%}
{%- if doi -%}
DOI: <a href="https://doi.org/{{ doi }}">{{ doi }}</a>
{%- else -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment