Skip to content

Commit cec9f99

Browse files
committed
fix maybe?
1 parent da9a9d7 commit cec9f99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_pages/publications.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ We include a link to the journal article, alongside a link to an associated yout
3737
<p>
3838
{% if publi.news2 %}
3939
<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 %}
40+
{% 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 %}
4142
</p>
4243
</div>
4344
</div>

0 commit comments

Comments
 (0)