ERROR ... no such template

I did have Hugo running with a theme, then I tried changing theme, and got this message:

ERROR html/template:_partials/disqus.html:4:18: no such template “_internal/disqus.html”

I have the fellows disquis.html file but couldn’t figure out where to put it and decided to give up. Now I have changed the theme back again but still get the error message. I have tried the commands for flushing the cache: mod tidy and mod clean and can’t get rid of the error when I run Hugo server.

Can someone suggest a way forward (backwards)

Thanks,

Pw

with hugo 0.146.0 the new template system removes the support for _internal templates. so the thrme might not support higher versione than 145 version. see

in general it is a good idea to clean up your destinationDir usually public for a fresh build.

maybe a missing submodule…

if you cannot get it to work maye ahare your repo to replay. usually it’s a combination ov versions and config

Thanks for responding. Cleaning out ‘public’ didn’t help. The error message looks like a complete distraction in that find .. doesn’t find any of the files or directories mentioned. I imagine they are on the remote sites, but then why can’t I simply go back to not using the second remote module? It must have modified something locally, but not anything mentioned in the error message.

I am reinstalling the original theme and will copy over the content I had added.