We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9a9d7 commit cec9f99Copy full SHA for cec9f99
1 file changed
_pages/publications.md
@@ -37,7 +37,8 @@ We include a link to the journal article, alongside a link to an associated yout
37
<p>
38
{% if publi.news2 %}
39
<a href="{{ publi.news2 }}" title="News" style="display: inline-block; margin-right: 10px;"><i class="fas fa-newspaper" style="font-size: 30px;"></i></a>
40
- {% endif %}{% if publi.video %} <a href="{{ publi.video }}" title="Video" style="display: inline-block; margin-right: 10px;"><i class="fab fa-youtube" style="font-size: 30px;"></i></a>{% endif %}
+ {% endif %}
41
+ {% if publi.video %} <a href="{{ publi.video }}" title="Video" style="display: inline-block; margin-right: 10px;"><i class="fab fa-youtube" style="font-size: 30px;"></i>YouTube</a>{% endif %}
42
</p>
43
</div>
44
0 commit comments