diff options
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6aadea7..431e193 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,11 +3,11 @@ <main role="main"> <article itemscope itemtype="http://schema.org/BlogPosting"> <h1 class="entry-title" itemprop="headline">{{ .Title }}</h1> - <span class="entry-meta"><time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "January 02, 2006" }}</time></span> + <span class="entry-meta"><time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "2006-01-02" }}</time></span> <section itemprop="entry-text"> {{ .Content }} </section> </article> </main> -{{ partial "footer.html" . }}
\ No newline at end of file +{{ partial "footer.html" . }} |
