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:
-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>