Change text-muted to text-secondary

master
Will Faught 3 years ago
parent 473bad60a5
commit 6197d90116

@ -1,9 +1,9 @@
{{ if or .Site.Copyright (not .Site.Params.paige.hide_theme_link) }} {{ if or .Site.Copyright (not .Site.Params.paige.hide_theme_link) }}
<footer> <footer>
{{ if and .Site.Copyright (not .Site.Params.paige.hide_theme_link) }} {{ 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 }} {{ 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 }} {{ 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> <p class="text-center"><a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a></p>
{{ end }} {{ end }}

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

Loading…
Cancel
Save