diff options
Diffstat (limited to 'backend/templates/log.html')
| -rw-r--r-- | backend/templates/log.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/backend/templates/log.html b/backend/templates/log.html index 1dcf1bc..75e0a42 100644 --- a/backend/templates/log.html +++ b/backend/templates/log.html @@ -1,13 +1,11 @@ {{define "body"}} <article id="content"> - <h1>{{ .LogTitle }}</h1> - <p> - {{ .Description }} - </p> - <figure> - <img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" class="large"> - <figcaption>{{ .Img.Legend }}</figcaption> - </figure> - {{ .Content }} + <h1>{{ .LogTitle }}</h1> + <p>{{ .Description }}</p> + <figure> + <img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" class="large" /> + <figcaption>{{ .Img.Legend }}</figcaption> + </figure> + {{ .Content }} </article> {{end}} |
