Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-06-26 23:39:32 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-06-26 23:39:32 +0300
commitb2a3d4644bb5a505db662b2927af6f80856a3076 (patch)
tree3337d8003861d69d0fc7e3bf6cd3890a4038fc57
parent88c8a15be18a0bd1bd9b9cb175f7a68f2b9cd355 (diff)
tpl/tplimpl: Regenerate templates
-rw-r--r--tpl/tplimpl/embedded/templates.autogen.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go
index cee4276c9..bdbc84222 100644
--- a/tpl/tplimpl/embedded/templates.autogen.go
+++ b/tpl/tplimpl/embedded/templates.autogen.go
@@ -238,7 +238,7 @@ if (!doNotTrack) {
</li>
{{ 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">&laquo;</span></a>
+ <a {{ if $pag.HasPrev }}href="{{ $pag.Prev.URL }}"{{ end }} class="page-link" aria-label="Previous"><span aria-hidden="true">&laquo;</span></a>
</li>
{{ $ellipsed := false }}
{{ $shouldEllipse := false }}
@@ -260,7 +260,7 @@ if (!doNotTrack) {
{{ end }}
{{ 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">&raquo;</span></a>
+ <a {{ if $pag.HasNext }}href="{{ $pag.Next.URL }}"{{ end }} class="page-link" aria-label="Next"><span aria-hidden="true">&raquo;</span></a>
</li>
{{ with $pag.Last }}
<li class="page-item">
@@ -268,9 +268,9 @@ if (!doNotTrack) {
</li>
{{ end }}
</ul>
-{{ end }}`},
- {`schema.html`, `
-<meta itemprop="name" content="{{ .Title }}">
+{{ end }}
+`},
+ {`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 }}">
{{if .IsPage}}{{ $ISO8601 := "2006-01-02T15:04:05-07:00" }}{{ if not .PublishDate.IsZero }}