We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87024ca commit e09d128Copy full SHA for e09d128
assets/css/f5-hugo.css
@@ -1116,6 +1116,9 @@ main a:hover {
1116
.sidebar-title {
1117
font-size: 22px;
1118
font-weight: 600 !important;
1119
+ display: flex;
1120
+ align-items: center;
1121
+ gap: 5px;
1122
}
1123
1124
#sidebar > h3 > a:hover {
layouts/partials/header.html
@@ -41,7 +41,7 @@
41
<ul>
42
{{ range $f5Sites }}
43
<li>
44
- <a href="{{ .url }}">{{ .title }}</a>
+ <a href="{{ .url }}" target="_blank" >{{ .title }}</a>
45
<p>{{ .description }}</p>
46
</li>
47
{{ end }}
0 commit comments