diff options
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 83ed937..a9fc62b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,6 +3,7 @@    <p id="return"><a href="/" rel="noreferrer">🔗 Return to homepage</a></p>  </nav>  <main> +  <h1 id="{{ .File.TranslationBaseName }}">{{ .Name }}</h1>    {{ .Content -}}  </main>  {{- end }} | 
