From a20589f2bea7053ec6b639ba86633d9d3fe1d03b Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Sat, 8 Jun 2024 23:51:22 +0400 Subject: [PATCH] pgp copy-paste with no spaces --- assets/css/home-layout.scss | 4 ++++ init/hugo.yaml | 2 +- layouts/_default/index.html | 8 ++++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/assets/css/home-layout.scss b/assets/css/home-layout.scss index 19dae72..d9506c2 100644 --- a/assets/css/home-layout.scss +++ b/assets/css/home-layout.scss @@ -53,6 +53,10 @@ } .text { color: $fg-color-dark; + margin-right: -0.2rem; + .spaced { + margin-right: 0.2rem; + } } } .links { diff --git a/init/hugo.yaml b/init/hugo.yaml index 1138f9a..edc46ad 100644 --- a/init/hugo.yaml +++ b/init/hugo.yaml @@ -21,4 +21,4 @@ capitalizeListTitles: false disableHugoGeneratorInject: true disableKinds: [RSS, sitemap, taxonomy] minify: - minifyOutput: false \ No newline at end of file + minifyOutput: true \ No newline at end of file diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 9c268ed..9ee4db2 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -13,8 +13,12 @@

{{ .Title }}

{{ .Description }}

- {{ partial "icon.html" "solid/download" }} - {{ .Params.pgp.fingerprint }} + {{ partial "icon.html" "solid/download" }} + {{- range (split .Params.pgp.fingerprint " ") -}} + {{ . }} + {{- end -}} +