Update post.html
This commit is contained in:
parent
6722f61728
commit
9f02e2620b
@ -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");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user