Add icon for journal articles
This commit is contained in:
parent
46d584a7ba
commit
0e50095eb3
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue