Rename paige_title.html to paige_titles.html
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<head>
|
||||
{{ partial "paige_meta.html" . }}
|
||||
<title>{{ partial "paige_title.html" . }}</title>
|
||||
<title>{{ partial "paige_titles.html" . }}</title>
|
||||
{{ partial "paige_link.html" . }}
|
||||
{{ partial "paige_style.html" . }}
|
||||
{{ if templates.Exists "partials/paige_head_last.html" }}
|
||||
|
@@ -12,7 +12,7 @@
|
||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css" integrity="sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/" rel="stylesheet">
|
||||
{{ end }}
|
||||
{{ if .AlternativeOutputFormats }}
|
||||
{{ $title := partial "paige_title.html" . }}
|
||||
{{ $title := partial "paige_titles.html" . }}
|
||||
{{ range .AlternativeOutputFormats }}
|
||||
<link href="{{ .Permalink }}" rel="{{ .Rel }}" title="{{ $title }}" type="{{ .MediaType.Type }}">
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user