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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/archives/single.html')
-rw-r--r--layouts/archives/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/archives/single.html b/layouts/archives/single.html
index 728e628..cd7f947 100644
--- a/layouts/archives/single.html
+++ b/layouts/archives/single.html
@@ -15,7 +15,7 @@
<ul class="listing">
{{ range .Pages }}
<li>
- <span class="date">{{ .Date.Format "2006/01/02" }} </span>
+ <span class="is-family-monospace">{{ .Date.Format "2006/01/02" }} </span>
<a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a>
</li>
{{ end }}