add qf-lib

This commit is contained in:
Zhe Wang
2023-01-15 18:55:19 +00:00
parent 719f08c64c
commit 6e1eb2df7d
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block disqus %}
{% block ads %}
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9801985319378542"
crossorigin="anonymous"></script>
{% endblock %}
+4
View File
@@ -0,0 +1,4 @@
{% if page.meta.comments %}
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9801985319378542"
crossorigin="anonymous"></script>
{% endif %}