Add icon for presentations
This commit is contained in:
parent
2e90f23c95
commit
f0498fa3e1
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<h3>
|
||||
{{ if eq .Params.type "poster" }}<i class="fad fa-presentation" data-bs-toggle="tooltip" title="Poster"></i>{{ end }}
|
||||
{{ if eq .Params.type "thesis" }}<i class="fad fa-graduation-cap" data-bs-toggle="tooltip" title="Thesis"></i>{{ end }}
|
||||
{{ if eq .Params.type "presentation" }}<i class="fad fa-podium" data-bs-toggle="tooltip" title="Presentation"></i>{{ end }}
|
||||
</h3>
|
||||
{{ with .Params.link }}
|
||||
<a class="btn btn-secondary dogear" href="{{ . }}" data-bs-toggle="tooltip" title="Full text"><i class="fad fa-file-alt"></i></a>
|
||||
|
|
Loading…
Reference in a new issue