Skip to content

Commit

Permalink
Fix post meta
Browse files Browse the repository at this point in the history
Fix post meta not applying the css style to both the main page and the post view
  • Loading branch information
nlm committed Dec 6, 2016
1 parent 7a0c3d3 commit 7e63588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/post/meta.html
@@ -1,4 +1,4 @@
<div class="post-meta">
<div class="postShorten-meta post-meta">
<time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
{{ partial "internal/date.html" . }}
</time>
Expand Down

0 comments on commit 7e63588

Please sign in to comment.