Change text-muted to text-secondary

This commit is contained in:
Will Faught
2022-12-31 00:43:18 -08:00
parent 473bad60a5
commit 6197d90116
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{{ $authors := partial "paige/func-authors" . }}
{{ if or $authors .PublishDate}}
<p class="text-center text-muted">
<p class="text-center text-secondary">
{{- with $authors }}{{ . }}{{ end -}}
{{- if and $authors .PublishDate }}<br>{{ end -}}
{{- with .PublishDate }}<time datetime="{{ .Format `2006-01-02` }}">{{ time.Format (site.Params.paige.date_format | default ":date_long") . }}</time>{{ end -}}