We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c612570 commit cfe07eaCopy full SHA for cfe07ea
config.toml
@@ -16,7 +16,7 @@ theme = "hugo-book"
16
url = "https://uapi-group.org/kernel-features"
17
weight = 12
18
[[menu.after]]
19
- name = "-"
+ name = "⸻"
20
weight = 20
21
22
name = "Collaborate on Github"
layouts/partials/docs/menu-hugo.html
@@ -10,7 +10,7 @@
10
<ul>
11
{{ range . }}
12
<li>
13
- {{ if not (eq .Name "-") }}
+ {{ if not (eq .Name "⸻") }}
14
<a href="{{ .URL }}" {{ if not (hasPrefix .URL "https://uapi-group.org/") }} {{ if not .Page }}target="_blank" rel="noopener"{{ end }} {{ end }}>
15
{{ end }}
{{- .Pre -}}
@@ -20,7 +20,7 @@
{{ .Name }}
{{- .Post -}}
23
24
</a>
25
26
{{- with .Children }}
0 commit comments