From aef774f674b6570a8829db9e1d7a07684aa7717d Mon Sep 17 00:00:00 2001 From: Daniel Jr Date: Wed, 1 Apr 2026 12:49:23 -0300 Subject: [PATCH] add hyperlinks & remove image Signed-off-by: Daniel Jr --- layouts/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index a022fbb..5028a2a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,10 +3,7 @@ {{ if isset .Site.Params "description" }} {{ .Site.Params.description | $.Page.RenderString }}
{{ end }} - Worked at Justa and Onnibank.
- {{ if isset .Site.Params "pubkey"}} - pubkey: {{ .Site.Params.pubkey }} - {{ end }} + Worked at Justa and Onnibank.
{{ if isset .Site.Params "social" }}

Find me on {{ $length := (len .Site.Params.social) }} @@ -39,9 +36,11 @@

{{ end }} {{ partial "optional-about.html" . }} + {{ if isset .Site.Params "pubkey"}} + pubkey: {{ .Site.Params.pubkey }} + {{ end }} -