Browse Source

Changed date formating in posts

master
digitalcraftsman 9 years ago
parent
commit
9ebc19fafb
  1. 2
      layouts/_default/single.html

2
layouts/_default/single.html

@ -8,7 +8,7 @@
<article class="post">
<header>
<h1>{{ .Title }}</h1>
<h2 class="headline">{{ .Date.Format "02/01/2006" }}</h2>
<h2 class="headline">{{ .Date.Format "January 2, 2006" }}</h2>
</header>
<section id="post-body">
{{ .Content }}

Loading…
Cancel
Save