datahorror

Research Data Management Escape Room
git clone https://git.ce9e.org/datahorror.git

commit
c2a7ab177c181c217aa50e7bdeaf320371406a49
parent
8846989d832717e7614d636e2ec362e81f048724
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-07 13:19
open external links in new tab

Diffstat

M layouts/_default/baseof.html 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html

@@ -37,7 +37,7 @@
   37    37 
   38    38             <ul class="paths">
   39    39                 {{ range .Params.Paths -}}
   40    -1                     <li><a href="{{ .url | relURL }}">{{ .label }}</a></li>
   -1    40                     <li><a href="{{ .url | relURL }}" {{- if hasPrefix .url "http" }}target="_blank"{{ end }}>{{ .label }}</a></li>
   41    41                 {{- end }}
   42    42             </ul>
   43    43         </div>