diff options
Diffstat (limited to 'themes/mypaper/layouts')
| -rw-r--r-- | themes/mypaper/layouts/_default/single.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/mypaper/layouts/_default/single.html b/themes/mypaper/layouts/_default/single.html index 71c6481..2156f37 100644 --- a/themes/mypaper/layouts/_default/single.html +++ b/themes/mypaper/layouts/_default/single.html @@ -3,11 +3,6 @@ <article class="post-single"> <header class="post-header"> <h1 class="post-title">{{ .Title }}</h1> - <div class="post-meta"> - {{- $date := .Date.Format "2006-01-02" }} - {{- $lastmod := .Lastmod.Format "2006-01-02" }} - Posted on <time>{{ $date }}</time>{{ if ne $date $lastmod }}, updated on <time>{{ $lastmod }}</time>{{ end }} - </div> {{- if .Params.tags }} <ul class="post-tags"> {{- range .Params.tags }} |
