pgp copy-paste with no spaces

This commit is contained in:
Yuri Zamyatin 2024-06-08 23:51:22 +04:00
parent dbe99605e9
commit a20589f2be
3 changed files with 11 additions and 3 deletions

View File

@ -53,6 +53,10 @@
}
.text {
color: $fg-color-dark;
margin-right: -0.2rem;
.spaced {
margin-right: 0.2rem;
}
}
}
.links {

View File

@ -21,4 +21,4 @@ capitalizeListTitles: false
disableHugoGeneratorInject: true
disableKinds: [RSS, sitemap, taxonomy]
minify:
minifyOutput: false
minifyOutput: true

View File

@ -13,8 +13,12 @@
<h1>{{ .Title }}</h1>
<p>{{ .Description }}</p>
<div class="pgp">
<a href="{{ .Params.pgp.link }}" class="icon-a-wrapper">{{ partial "icon.html" "solid/download" }}</a>
<span class="text">{{ .Params.pgp.fingerprint }}</span>
<a href="{{ .Params.pgp.link }}" class="icon-a-wrapper">{{ partial "icon.html" "solid/download" }}</a
><span class="text">
{{- range (split .Params.pgp.fingerprint " ") -}}
<span class="spaced">{{ . }}</span><wbr />
{{- end -}}
</span>
</div>
<div class="links">
{{- range .Params.contacts -}}