site/layouts: remove empty class

This commit is contained in:
Alan Orth 2022-02-06 22:59:44 +03:00
parent e2e16ded11
commit 3fb98fc5d8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<tr class="table-secondary">
<th colspan="2">
{{ $linkIcon := resources.Get "icons/link-45deg.svg" | resources.Fingerprint }}
<span class=""><a href="#{{ .Params.slug }}"><img src="{{ $linkIcon.Permalink }}"></a>&nbsp;{{ .Params.title | markdownify }}</span>
<span><a href="#{{ .Params.slug }}"><img src="{{ $linkIcon.Permalink }}"></a>&nbsp;{{ .Params.title | markdownify }}</span>
{{- with .Params.required -}}
<div class="badge-required">
<span class="badge align-middle">Required</span>