Replies: 1 comment
-
Figured it out thanks to the notes here: https://github.com/msfjarvis/hugo-PaperMod/commit/3e0d67f2a211b79a3291e083abab146c5f81535b |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had my website working with PaperMod and some minor modifications, but recently I keep getting the same error:
Error: html/template:_partials/head.html:156:13: no such template "partials/templates/schema_json.html"
This error also happens if I spin up a new site:
hugo new site hugo-mysite --format=yml git init git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod git submodule update --init --recursive
And then add
theme: ["PaperMod"]
to hugo.yml
When I run hugo server the error appears.
Beta Was this translation helpful? Give feedback.
All reactions