Add the full-text link

pull/5/head
parent cb7c3a541f
commit 4af1bcf4e7
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -5,9 +5,12 @@
<div class="d-flex py-2">
<div class="px-1">
<h3>
{{ if eq .Params.type "poster" }}<i class="fad fa-presentation"></i>{{ end }}
{{ if eq .Params.type "thesis" }}<i class="fad fa-graduation-cap"></i>{{ end }}
{{ 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 }}
</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>
{{ end }}
</div>
<div class="flex-grow-1 px-1">
<h3>

Loading…
Cancel
Save