Rename func-title.html to title.html

This commit is contained in:
Will Faught
2023-02-22 23:16:18 -08:00
parent f51197145f
commit d0ddcbbb19
4 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{{ $limit := site.Config.Services.RSS.Limit }}
{{ $pages := "" }}
{{ $pagesource := cond $page.IsHome site $page }}
{{ $title := partial "paige/func-title.html" $page }}
{{ $title := partial "paige/title.html" $page }}
{{ if or $page.IsHome $page.IsSection }}
{{ $pages = $pagesource.RegularPages }}

View File

@@ -7,7 +7,7 @@
{{ partial "paige/metas.html" $page }}
<title>{{ partial "paige/func-title.html" $page }}</title>
<title>{{ partial "paige/title.html" $page }}</title>
{{ partial "paige/links.html" $page }}
{{ partial "paige/style.html" $page }}

View File

@@ -26,7 +26,7 @@
{{ end }}
{{ if .AlternativeOutputFormats }}
{{ $title := partial "paige/func-title.html" $page }}
{{ $title := partial "paige/title.html" $page }}
{{ range .AlternativeOutputFormats }}
<link href="{{ .Permalink | safeURL }}" rel="{{ .Rel }}" title="{{ $title }}" type="{{ .MediaType.Type }}">
{{ end }}