Add the full-text link
This commit is contained in:
parent
cb7c3a541f
commit
4af1bcf4e7
1 changed files with 5 additions and 2 deletions
|
@ -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…
Reference in a new issue