Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c7af68c..af89f0f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,8 +5,8 @@
{{ range .Site.RegularPages }}
<li>
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
- <div id=date>
- <time>{{ .Date.Format (.Site.Params.dateform | default "January 2006") }}</time>
+ <div class=date>
+ {{ .Date.Format (.Site.Params.dateform | default "January 2006") }}
</div>
</li>
{{ end }}