Skip to content
Snippets Groups Projects
Commit 63e567d7 authored by Stephan Schulz's avatar Stephan Schulz
Browse files

ugly workaround, change theme to open in same window

parent e9affe09
Branches
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
{{- range sort . "Weight"}} {{- range sort . "Weight"}}
<li class="" role=""> <li class="" role="">
{{- .Pre -}} {{- .Pre -}}
<a href="{{.URL}}" target="_blank" rel="noopener">{{safeHTML .Name}}</a> <a href="{{.URL}}" target="_self" rel="noopener">{{safeHTML .Name}}</a>
{{- .Post -}} {{- .Post -}}
</li> </li>
{{- end}} {{- end}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment