updated theme submodule

master
Leo Coogan 1 year ago
parent b00a2950f1
commit 04d0fcc9a4
Signed by: lcoogan
SSH Key Fingerprint: SHA256:vnrR5ilHkdr6L4t2yOMUMINFPpxEh+53N3nMel66mCw

2
.gitmodules vendored

@ -1,3 +1,3 @@
[submodule "hugo-theme-diary"] [submodule "hugo-theme-diary"]
path = hugo-theme-diary path = hugo-theme-diary
url = https://github.com/amazingrise/hugo-theme-diary url = https://github.com/AmazingRise/hugo-theme-diary

@ -0,0 +1,8 @@
WARN deprecated: .Site.GoogleAnalytics was deprecated in Hugo v0.120.0 and will be removed in a future release. Use .Site.Config.Services.GoogleAnalytics.ID instead.
WARN deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in a future release. Use hugo.IsServer instead.
ERROR render of "page" failed: "/home/lcoogan/SRC/existential.beauty/themes/diary/layouts/_default/baseof.html:21:8": execute of template failed: template: _default/single.html:21:8: executing "_default/single.html" at <partial "extrabar.html" .>: error calling partial: "/home/lcoogan/SRC/existential.beauty/themes/diary/layouts/partials/extrabar.html:28:19": execute of template failed: template: partials/extrabar.html:28:19: executing "partials/extrabar.html" at <.Paginator>: error calling Paginator: pagination not supported for this page: kind: "page", path: "/posts/sriman-dasa-interview", file: "/home/lcoogan/SRC/existential.beauty/content/posts/sriman-dasa-interview.md"
ERROR render of "page" failed: "/home/lcoogan/SRC/existential.beauty/themes/diary/layouts/_default/baseof.html:21:8": execute of template failed: template: _default/single.html:21:8: executing "_default/single.html" at <partial "extrabar.html" .>: error calling partial: "/home/lcoogan/SRC/existential.beauty/themes/diary/layouts/partials/extrabar.html:28:19": execute of template failed: template: partials/extrabar.html:28:19: executing "partials/extrabar.html" at <.Paginator>: error calling Paginator: pagination not supported for this page: kind: "page", path: "/posts/chuck-wrenn-interview", file: "/home/lcoogan/SRC/existential.beauty/content/posts/chuck-wrenn-interview.md"
ERROR render of "page" failed: "/home/lcoogan/SRC/existential.beauty/themes/diary/layouts/_default/baseof.html:21:8": execute of template failed: template: _default/single.html:21:8: executing "_default/single.html" at <partial "extrabar.html" .>: error calling partial: "/home/lcoogan/SRC/existential.beauty/themes/diary/layouts/partials/extrabar.html:28:19": execute of template failed: template: partials/extrabar.html:28:19: executing "partials/extrabar.html" at <.Paginator>: error calling Paginator: pagination not supported for this page: kind: "page", path: "/posts/stephen-vitiello-interview", file: "/home/lcoogan/SRC/existential.beauty/content/posts/stephen-vitiello-interview.md"
Total in 44 ms
Error: error building site: render: failed to render pages: render of "page" failed: "/home/lcoogan/SRC/existential.beauty/themes/diary/layouts/_default/baseof.html:21:8": execute of template failed: template: _default/single.html:21:8: executing "_default/single.html" at <partial "extrabar.html" .>: error calling partial: "/home/lcoogan/SRC/existential.beauty/themes/diary/layouts/partials/extrabar.html:28:19": execute of template failed: template: partials/extrabar.html:28:19: executing "partials/extrabar.html" at <.Paginator>: error calling Paginator: pagination not supported for this page: kind: "page", path: "/posts/tearblood-iridescence-poem", file: "/home/lcoogan/SRC/existential.beauty/content/posts/tearblood-iridescence-poem.md"

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
{"Target":"/scss/dark-mode.min.cb53f1bee2b8900cb4f082afbf00175d6618f281cf9a2fe8619e3b52d20b5721.css","MediaType":"text/css","Data":{"Integrity":"sha256-y1PxvuK4kAy08IKvvwAXXWYY8oHPmi/oYZ47UtILVyE="}}

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
{"Target":"journal.min.css","MediaType":"text/css","Data":{}}

@ -25,7 +25,7 @@
</span> </span>
</a> </a>
{{ end }} {{ end }}
{{ if and (.Paginator) (not (.Data.Terms)) }} {{ if and (.Page.IsNode) (.Page.Paginator) (not (.Data.Terms)) }}
{{ if gt .Paginator.TotalPages 1 }} {{ if gt .Paginator.TotalPages 1 }}
<a class="pagination-action" {{ if .Paginator.HasPrev }} href="{{.Paginator.Prev.URL}}"> <a class="pagination-action" {{ if .Paginator.HasPrev }} href="{{.Paginator.Prev.URL}}">

@ -1,4 +1,4 @@
{{ if and (.Paginator) (not (.Data.Terms)) }} {{ if and (.Page.IsNode) (.Page.Paginator) (not (.Data.Terms)) }}
{{ if gt .Paginator.TotalPages 1 }} {{ if gt .Paginator.TotalPages 1 }}
<div class="pagination"> <div class="pagination">
{{ if .Paginator.HasPrev }} {{ if .Paginator.HasPrev }}

Loading…
Cancel
Save