-
Want to improve the theme extension I currently have on my blog repository, which also includes improving the comment system integration. Thing is, that I really don't understand stuff like the Repo in question: https://github.com/Andre601/blog Note: As mentioned is my goal to improve extensions as a whole, so if there is anything else I can improve, I would be happy to know. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
The front matter theme/ # Your overrides folder
├─ custom.html # Your custom template with comments, possibly extending main.html
└─ main.html # Your main template |
Beta Was this translation helpful? Give feedback.
-
I found the issue, which was a wrong template path... It's not a caching issue, as I cleared the cache and re-deployed on netlify, yet all pages (Except for the posts page) have the comment part. |
Beta Was this translation helpful? Give feedback.
I found the issue, which was a wrong template path...
Now however, am I seeing the chat in every page, even those not using the HTML template itself... Not entirely sure why that is...
It's not a caching issue, as I cleared the cache and re-deployed on netlify, yet all pages (Except for the posts page) have the comment part.