Update post.html

This commit is contained in:
Meekdai 2024-08-11 22:17:33 +08:00
parent 6722f61728
commit 9f02e2620b

View File

@ -79,7 +79,7 @@
{% block script %} {% block script %}
<script> <script>
document.getElementById("pathHome").setAttribute("d",IconList["home"]); document.getElementById("pathHome").setAttribute("d",IconList["home"]);
document.getElementById("pathIssue").setAttribute("d",IconList["github"]); {% if blogBase['showPostSource']==1 %}document.getElementById("pathIssue").setAttribute("d",IconList["github"]);{% endif %}
{% if blogBase['commentNum']>0 -%} {% if blogBase['commentNum']>0 -%}
cmButton=document.getElementById("cmButton"); cmButton=document.getElementById("cmButton");
span=document.createElement("span"); span=document.createElement("span");