mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-16 21:37:51 +00:00
tpl/tplimpl: Regenerate templates
This commit is contained in:
parent
88c8a15be1
commit
b2a3d4644b
1 changed files with 5 additions and 5 deletions
10
tpl/tplimpl/embedded/templates.autogen.go
generated
10
tpl/tplimpl/embedded/templates.autogen.go
generated
|
@ -238,7 +238,7 @@ if (!doNotTrack) {
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="page-item{{ if not $pag.HasPrev }} disabled{{ end }}">
|
<li class="page-item{{ if not $pag.HasPrev }} disabled{{ end }}">
|
||||||
<a href="{{ if $pag.HasPrev }}{{ $pag.Prev.URL }}{{ end }}" class="page-link" aria-label="Previous"><span aria-hidden="true">«</span></a>
|
<a {{ if $pag.HasPrev }}href="{{ $pag.Prev.URL }}"{{ end }} class="page-link" aria-label="Previous"><span aria-hidden="true">«</span></a>
|
||||||
</li>
|
</li>
|
||||||
{{ $ellipsed := false }}
|
{{ $ellipsed := false }}
|
||||||
{{ $shouldEllipse := false }}
|
{{ $shouldEllipse := false }}
|
||||||
|
@ -260,7 +260,7 @@ if (!doNotTrack) {
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="page-item{{ if not $pag.HasNext }} disabled{{ end }}">
|
<li class="page-item{{ if not $pag.HasNext }} disabled{{ end }}">
|
||||||
<a href="{{ if $pag.HasNext }}{{ $pag.Next.URL }}{{ end }}" class="page-link" aria-label="Next"><span aria-hidden="true">»</span></a>
|
<a {{ if $pag.HasNext }}href="{{ $pag.Next.URL }}"{{ end }} class="page-link" aria-label="Next"><span aria-hidden="true">»</span></a>
|
||||||
</li>
|
</li>
|
||||||
{{ with $pag.Last }}
|
{{ with $pag.Last }}
|
||||||
<li class="page-item">
|
<li class="page-item">
|
||||||
|
@ -268,9 +268,9 @@ if (!doNotTrack) {
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
{{ end }}`},
|
{{ end }}
|
||||||
{`schema.html`, `
|
`},
|
||||||
<meta itemprop="name" content="{{ .Title }}">
|
{`schema.html`, `<meta itemprop="name" content="{{ .Title }}">
|
||||||
<meta itemprop="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
|
<meta itemprop="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
|
||||||
|
|
||||||
{{if .IsPage}}{{ $ISO8601 := "2006-01-02T15:04:05-07:00" }}{{ if not .PublishDate.IsZero }}
|
{{if .IsPage}}{{ $ISO8601 := "2006-01-02T15:04:05-07:00" }}{{ if not .PublishDate.IsZero }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue