diff options
Diffstat (limited to 'layouts/single.html')
| -rw-r--r-- | layouts/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/single.html b/layouts/single.html index 67029c0..eb860b0 100644 --- a/layouts/single.html +++ b/layouts/single.html @@ -6,7 +6,7 @@ <p>{{ partial "pageinfo.html" . }}</p> {{- end }} <main class="main"> - <h1 id="{{ .File.TranslationBaseName }}">{{ .Name }}</h1> + <h1 id="{{ .File.TranslationBaseName }}">{{ .Title }}</h1> {{ chomp (.Content) }} </main> {{- end }}
\ No newline at end of file |
