diff options
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 24bc5c9..dba5a10 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,7 +1,9 @@ {{- define "main" }} <article class="post"> <header class="post__header"> - <h1 class="post__headline">{{ .Title }}</h1> + <h1 class="post__headline"> + {{ .Title }} + </h1> <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}" class="post__publish-date"> {{ .Date | time.Format ":date_medium" }} </time> |
