Add icon for presentations

pull/5/head
parent 2e90f23c95
commit f0498fa3e1
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -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…
Cancel
Save