Accessibility and SEO improvements
This commit is contained in:
parent
ac6bc65231
commit
df803ed9de
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
<div class="sidebar">
|
||||
<a class="back-btn" href="{{ .Site.BaseURL | relLangURL }}" aria-label="back"></a>
|
||||
<ul class="list-styled">
|
||||
|
||||
{{ $currentNode := . }}
|
||||
{{range .Site.Home.Sections.ByWeight}}
|
||||
{{ if eq .FirstSection $currentNode.FirstSection }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ .Title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
{{ hugo.Generator }}
|
||||
<meta name="description" content="{{ .Title }} - {{ .Site.Title }} ">
|
||||
|
||||
|
|
Loading…
Reference in a new issue