update site for hugo v0.146.2 and fix url issues with some rss feeds
This commit is contained in:
parent
88a877c883
commit
c12d8c4168
14 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{end}}
|
{{end}}
|
||||||
{{ template "partials/pagination.html" . }}
|
{{ template "_partials/pagination.html" . }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="listHeader">
|
<div class="listHeader">
|
||||||
<h1>{{ .Title }} <a href="{{ . }}/index.xml">/rss.xml</a></h1>
|
<h1>{{ .Title }} <a href="{{ .Page.RelPermalink }}index.xml">/rss.xml</a></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ with .Content }}
|
{{ with .Content }}
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
|
|
||||||
{{end}}
|
{{end}}
|
||||||
{{ template "partials/pagination.html" . }}
|
{{ template "_partials/pagination.html" . }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
{{ partial "taxonomy/tags.html" . }}
|
{{ partial "taxonomy/tags.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</dl>
|
</dl>
|
||||||
{{ template "partials/prev-next.html" . }}
|
{{ template "_partials/prev-next.html" . }}
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div>
|
<div>
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="listHeader">
|
<div class="listHeader">
|
||||||
<h1>{{ .Title }} <a href="{{ . }}/index.xml">/rss.xml</a></h1>
|
<h1>{{ .Title }} <a href="{{ .Page.RelPermalink }}index.xml">/rss.xml</a></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ with .Content }}
|
{{ with .Content }}
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
|
|
||||||
{{end}}
|
{{end}}
|
||||||
{{ template "partials/pagination.html" . }}
|
{{ template "_partials/pagination.html" . }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue