Change text-muted to text-secondary
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{{ if or .Site.Copyright (not .Site.Params.paige.hide_theme_link) }}
|
||||
<footer>
|
||||
{{ if and .Site.Copyright (not .Site.Params.paige.hide_theme_link) }}
|
||||
<p class="text-center text-muted">{{ .Site.Copyright | markdownify }} · <a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a></p>
|
||||
<p class="text-center text-secondary">{{ .Site.Copyright | markdownify }} · <a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a></p>
|
||||
{{ else if .Site.Copyright }}
|
||||
<p class="text-center text-muted">{{ .Site.Copyright | markdownify }}</p>
|
||||
<p class="text-center text-secondary">{{ .Site.Copyright | markdownify }}</p>
|
||||
{{ else if not .Site.Params.paige.hide_theme_link }}
|
||||
<p class="text-center"><a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a></p>
|
||||
{{ end }}
|
||||
|
@@ -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 -}}
|
||||
|
Reference in New Issue
Block a user