]> git.danielmrcl.dev Git - danielmrcl.dev.git/commitdiff
add hyperlinks & remove image
authorDaniel Jr <dan@danielmrcl.dev>
Wed, 1 Apr 2026 15:49:23 +0000 (12:49 -0300)
committerDaniel Jr <dan@danielmrcl.dev>
Wed, 1 Apr 2026 15:49:23 +0000 (12:49 -0300)
Signed-off-by: Daniel Jr <dan@danielmrcl.dev>
layouts/index.html

index a022fbbf766e76c184c541d90136663e0a7d732b..5028a2ae5db71b54eeb0fbd7819a2f29c08dabfe 100644 (file)
@@ -3,10 +3,7 @@
   {{ if isset .Site.Params "description" }}
     {{ .Site.Params.description | $.Page.RenderString }}<br>
   {{ end }}
-  Worked at Justa and Onnibank.<br>
-  {{ if isset .Site.Params "pubkey"}}
-       pubkey: <a href={{ .Site.Params.pubkey }}>{{ .Site.Params.pubkey }}</a>
-  {{ end }}
+  Worked at <a href="https://justa.com.vc">Justa</a> and <a href="https://onnibank.com.br">Onnibank</a>.<br>
   {{ if isset .Site.Params "social" }}
       <p>Find me on
       {{ $length := (len .Site.Params.social) }}
       </p>
   {{ end }}
   {{ partial "optional-about.html" . }}
+  {{ if isset .Site.Params "pubkey"}}
+       pubkey: <a href={{ .Site.Params.pubkey }}>{{ .Site.Params.pubkey }}</a>
+  {{ end }}
   </section>
 
-  <img src="./images/spongebob-patrick.gif">
   <!--<section id="projects">
     <span class="h2">Projects</span>
     <ul class="project-list">