Remove date from post teasers

This commit is contained in:
Philipp Oppermann
2016-04-30 13:30:37 +02:00
parent 885b39acf0
commit 87e21bf6e7

View File

@@ -5,12 +5,6 @@
</a> </a>
</h1> </h1>
<span class="post-date">
<time datetime="{{ .Date.Format "2006-01-02" }}" class="post-date">
{{ .Date.Format .Site.Params.date_format }}
</time>
</span>
{{ .Summary }} {{ .Summary }}
</article> </article>