diff --git a/mkdocs.yml b/mkdocs.yml index 4557cd0..37d11e4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,6 +30,7 @@ theme: - navigation.instant - navigation.tabs - toc.follow + custom_dir: overrides extra: consent: diff --git a/overrides/partials/comments.html b/overrides/partials/comments.html new file mode 100644 index 0000000..f27a414 --- /dev/null +++ b/overrides/partials/comments.html @@ -0,0 +1,7 @@ +{% if page.file.src_uri.startswith('blog/posts') %} + +{% endif %} \ No newline at end of file