diff --git a/overrides/main.html b/overrides/main.html index 5456b73..356947a 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block disqus %} +{% block ads %} {% endblock %} \ No newline at end of file diff --git a/overrides/partials/comments.html b/overrides/partials/comments.html new file mode 100644 index 0000000..77a3cc1 --- /dev/null +++ b/overrides/partials/comments.html @@ -0,0 +1,4 @@ +{% if page.meta.comments %} + +{% endif %} \ No newline at end of file