diff options
Diffstat (limited to 'backend/templates/log.html')
| -rw-r--r-- | backend/templates/log.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/templates/log.html b/backend/templates/log.html index 47a5d04..1dcf1bc 100644 --- a/backend/templates/log.html +++ b/backend/templates/log.html @@ -1,6 +1,6 @@ {{define "body"}} <article id="content"> - <h1>{{ .Title }}</h1> + <h1>{{ .LogTitle }}</h1> <p> {{ .Description }} </p> @@ -10,4 +10,4 @@ </figure> {{ .Content }} </article> -{{end}}
\ No newline at end of file +{{end}} |
