diff --git a/layouts/shortcodes/pgpkey.html b/layouts/shortcodes/pgpkey.html index 636b595..46c54ef 100644 --- a/layouts/shortcodes/pgpkey.html +++ b/layouts/shortcodes/pgpkey.html @@ -1,5 +1,11 @@ {{ $filename := (path.Join "/static" (.Get "file")) }} {{ $file := $filename | readFile }} -[PGP Key Download]({{ .Get "file"}}) -{{ (print "```\n" $file "\n```") }} +
+PGP Key ID: {{ .Get "id" }} +Hier runterladen oder auf keys.openpgp.org↗ + +

+{{ (print  $file ) }}
+
+
\ No newline at end of file