github-actions[bot] on gh-pages
Deployed d524af291 with MkDocs … (compare)
squidfunk on master
Updated Insiders changelog (compare)
CompositionEvent
– let's discuss in an issue 😊
jinja2.exceptions.TemplateNotFound: giscuschat.html
You can either integrate Giscus on every page by overriding the main.html template, or create a new template (e.g. blog.html) to extend from main.html which includes the comment system, so you can decide for each page whether you want to allow comments or not.
main.html
, and just follow the steps in the guide.
Thanks for your reply! I was able to hide the site_name by overriding the header.html partial. I removed the header title and kept everything else the same.
But no luck with the icon size. I have two different logo images for light mode and dark mode, so I used the setup mentioned in this discussion. And in my extra.css I just add this block:
.md-typeset .md-header__button\ md-logo img {
height: 3rem;
}
But the icon size does not change with the number, am I missing something here?
docs
folder?