mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2025-05-08 22:26:06 +02:00
site: add link icon to each element
For easy copying.
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
<thead>
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
<span class="">{{ .Params.title | markdownify }}</span>
|
||||
{{ $linkIcon := resources.Get "icons/link-45deg.svg" | resources.Fingerprint }}
|
||||
<span class=""><a href="#{{ .Params.slug }}"><img src="{{ $linkIcon.Permalink }}"></a> {{ .Params.title | markdownify }}</span>
|
||||
{{- with .Params.required -}}
|
||||
<div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
|
Reference in New Issue
Block a user