From 6e1eb2df7d90e1c0f78ba0c3f8a03601a6719b65 Mon Sep 17 00:00:00 2001 From: Zhe Wang Date: Sun, 15 Jan 2023 18:55:19 +0000 Subject: [PATCH] add qf-lib --- overrides/main.html | 2 +- overrides/partials/comments.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 overrides/partials/comments.html 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