A lot of small changes improving keyboard navigation, readability and accesibility
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"id": {{ $index }},
|
||||
"href": "{{ $page.RelPermalink }}",
|
||||
"title": {{ (partial "docs/title" $page) | jsonify }},
|
||||
"section": {{ (partial "docs/title" $page.Parent) | jsonify }},
|
||||
"section": {{ (partial "docs/title" $page.Parent) | default $.Site.Title | jsonify }},
|
||||
"content": {{ $page.Plain | jsonify }}
|
||||
}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user