mzdaemon

Results 4 comments of mzdaemon

The template tries to load and get an error cat "/tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/jpanther/congo/[email protected]/layouts/_default/_markup/render-link.html" {{- $link := .Destination -}} {{- $isRemote := strings.HasPrefix $link "http" -}} {{- if not $isRemote }} {{ $url...

I found that many files the functions are missing the . in the beginning like .page or .continue etc.. Is that because of the version of Hugo or the files...

After fixing the files, now I am getting the following errors hugo server Start building sites … hugo v0.92.2+extended linux/amd64 BuildDate=2023-01-31T11:11:57Z VendorInfo=ubuntu:0.92.2-1ubuntu0.1 ERROR 2024/02/29 21:16:41 render of "taxonomy" failed: "/tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/jpanther/congo/[email protected]/layouts/_default/baseof.html:5:12":...

I was able to fix by adding 2.6.1 version in the go.mod file, seems that any version >=2.7.0 doesn't work.