Remove paige-page-keyword class
This commit is contained in:
@@ -1119,8 +1119,6 @@ Site identifiers:
|
|||||||
Page classes:
|
Page classes:
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code>.paige-page-keyword</code></dt>
|
|
||||||
<dd>A keyword.</dd>
|
|
||||||
<dt><code>.paige-page-keyword-category</code></dt>
|
<dt><code>.paige-page-keyword-category</code></dt>
|
||||||
<dd>A category keyword.</dd>
|
<dd>A category keyword.</dd>
|
||||||
<dt><code>.paige-page-keyword-tag</code></dt>
|
<dt><code>.paige-page-keyword-tag</code></dt>
|
||||||
|
@@ -69,11 +69,11 @@
|
|||||||
{{- if $normal -}}
|
{{- if $normal -}}
|
||||||
{{- if gt $i 0 }} · {{ end -}}
|
{{- if gt $i 0 }} · {{ end -}}
|
||||||
|
|
||||||
<a class="link-secondary paige-page-keyword paige-page-keyword-{{ $kind }}" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
<a class="link-secondary paige-page-keyword-{{ $kind }}" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- if gt $i 0 }} {{ end -}}
|
{{- if gt $i 0 }} {{ end -}}
|
||||||
|
|
||||||
<a class="badge paige-page-keyword paige-page-keyword-{{ $kind }} text-bg-secondary text-decoration-none" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
<a class="badge paige-page-keyword-{{ $kind }} text-bg-secondary text-decoration-none" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</p>
|
</p>
|
||||||
|
@@ -49,11 +49,11 @@
|
|||||||
{{- if $normal -}}
|
{{- if $normal -}}
|
||||||
{{- if gt $i 0 }} · {{ end -}}
|
{{- if gt $i 0 }} · {{ end -}}
|
||||||
|
|
||||||
<a class="link-secondary paige-page-keyword paige-page-keyword-{{ $kind }}" href="{{ .RelPermalink }}" {{ if $microdata }} itemprop="keywords" {{ end }}>{{ .LinkTitle }}</a>
|
<a class="link-secondary paige-page-keyword-{{ $kind }}" href="{{ .RelPermalink }}" {{ if $microdata }} itemprop="keywords" {{ end }}>{{ .LinkTitle }}</a>
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- if gt $i 0 }} {{ end -}}
|
{{- if gt $i 0 }} {{ end -}}
|
||||||
|
|
||||||
<a class="badge paige-page-keyword paige-page-keyword-{{ $kind }} text-bg-secondary text-decoration-none" href="{{ .RelPermalink }}" {{ if $microdata }} itemprop="keywords" {{ end }}>{{ .LinkTitle }}</a>
|
<a class="badge paige-page-keyword-{{ $kind }} text-bg-secondary text-decoration-none" href="{{ .RelPermalink }}" {{ if $microdata }} itemprop="keywords" {{ end }}>{{ .LinkTitle }}</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user