mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-04-11 08:52:29 +00:00
pgp copy-paste with no spaces
This commit is contained in:
parent
dbe99605e9
commit
a20589f2be
@ -53,6 +53,10 @@
|
||||
}
|
||||
.text {
|
||||
color: $fg-color-dark;
|
||||
margin-right: -0.2rem;
|
||||
.spaced {
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.links {
|
||||
|
@ -21,4 +21,4 @@ capitalizeListTitles: false
|
||||
disableHugoGeneratorInject: true
|
||||
disableKinds: [RSS, sitemap, taxonomy]
|
||||
minify:
|
||||
minifyOutput: false
|
||||
minifyOutput: true
|
@ -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 -}}
|
||||
|
Loading…
Reference in New Issue
Block a user