diff options
Diffstat (limited to 'layouts/posts/single.html')
-rw-r--r-- | layouts/posts/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 45ff3c7..36585e5 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -2,7 +2,7 @@ <header> <h1>{{ .Title }}</h1> <h5> - <strong>{{ .Date.Format .Site.Params.DateForm }}</strong> + <strong>{{ .Date.Format .Site.Params.DateFormat }}</strong> </h5> </header> <article class="markdown"> |