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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraustingebauer <gebauer.austin@gmail.com>2019-11-26 08:15:47 +0300
committeraustingebauer <gebauer.austin@gmail.com>2019-11-26 08:15:47 +0300
commit40cbc29ff1d6bcf956853bdb8d03a1cf7c80ec41 (patch)
treed826ca8833458970b754d963103017a2e9eb732a
parent3529d233747138724fb7cbf1fe66c769027efa94 (diff)
feat: change date color
-rw-r--r--layouts/posts/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index de6046d..fbddc26 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -5,7 +5,7 @@
{{ if .Params.Subtitle }}
<h5>{{ .Params.Subtitle }}</h5>
{{ end }}
- <small>Published {{ .Date.Format "January 2, 2006" }}</small>
+ <small class="text-muted">Published {{ .Date.Format "January 2, 2006" }}</small>
</div>
<article>