diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-26 17:34:17 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-26 17:34:17 +0200 |
| commit | 9b5b232284141fd02e4c8c6b049d0ec4b3d6083c (patch) | |
| tree | 4cd6225d6cd6202d7c4070e30a765c9e07ff5330 /layouts/_default/single.html | |
| parent | 4556a4ec7753a8cf85e0568e245dc3e7328bc708 (diff) | |
| download | blog-9b5b232284141fd02e4c8c6b049d0ec4b3d6083c.tar.gz blog-9b5b232284141fd02e4c8c6b049d0ec4b3d6083c.zip | |
change date format and page titles
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" . }} |
