Add icon for journal articles

pull/6/head
parent 46d584a7ba
commit 0e50095eb3
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -1,6 +1,13 @@
<div class="d-flex py-2">
<div class="px-2">
<h3>
{{ if eq .Params.type "paper" }}
<i
class="fad fa-fw fa-book"
data-bs-toggle="tooltip"
title="Journal article"
></i>
{{ end }}
{{ if eq .Params.type "poster" }}
<i
class="fad fa-fw fa-presentation"

Loading…
Cancel
Save