Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f0b4be72c | ||
|
|
7a09b136bb |
@@ -4,17 +4,11 @@
|
|||||||
|
|
||||||
{{- $title := slice -}}
|
{{- $title := slice -}}
|
||||||
|
|
||||||
{{- if $pageTitle }}
|
|
||||||
{{- $title = slice $pageTitle -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if and $paginator $paginator.HasPrev -}}
|
{{- if and $paginator $paginator.HasPrev -}}
|
||||||
<!-- Add page number-->
|
<!-- Add page number-->
|
||||||
{{ $title = $title | append (printf "Page %d" $paginator.PageNumber) }}
|
{{ $title = $title | append (printf "Page %d" $paginator.PageNumber) }}
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if not .IsPage -}}
|
|
||||||
{{ $title = $title | append $siteTitle }}
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- $title = $title | append (default $siteTitle $pageTitle) -}}
|
||||||
|
|
||||||
{{ return delimit $title " - " }}
|
{{ return delimit $title " - " }}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
{{- $ThemeVersion := "3.34.0" -}}
|
{{- $ThemeVersion := "3.34.1" -}}
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<section class="copyright">
|
<section class="copyright">
|
||||||
©
|
©
|
||||||
|
|||||||
Reference in New Issue
Block a user