- 本条目发布于 + 本条目发布于 。 {% if user.is_authenticated %} 编辑 diff --git a/templates/blog/tags/sidebar.html b/templates/blog/tags/sidebar.html index 6af5e62..a956353 100755 --- a/templates/blog/tags/sidebar.html +++ b/templates/blog/tags/sidebar.html @@ -74,6 +74,9 @@ {% endif %} + {% if show_adsense %} + {% include 'share_layout/adsense.html' %} + {% endif %}