From: Daniel Jr Date: Wed, 1 Apr 2026 15:49:23 +0000 (-0300) Subject: add hyperlinks & remove image X-Git-Url: https://git.danielmrcl.dev/?a=commitdiff_plain;h=aef774f674b6570a8829db9e1d7a07684aa7717d;p=danielmrcl.dev.git add hyperlinks & remove image Signed-off-by: Daniel Jr --- 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 }} -