no message

deploy
zcy 2021-08-28 21:53:56 +08:00
parent 672976497e
commit 1d49b423e5
3 changed files with 22 additions and 7 deletions

View File

@ -233,12 +233,7 @@
{{ doc.toc| raw }}</div>
</div>
<div class="row">
<ul class="pagination" style="margin-left: 50%" id="pagenation">
<li><a href="#">&laquo;</a></li>
<li><a href="#">&raquo;</a></li>
</ul>
</div>
</div>
</div>
<div class="tab-pane fade" id="notes">
@ -481,5 +476,7 @@
}
</script>
{% include '/blog/template/footer/footer.html' %}
</body>
</html>

View File

@ -289,9 +289,10 @@
document.getElementById("content_table").style.width=width+"px";
}
</script>
{% include '/blog/template/footer/footer.html' %}
</div>
</body>
</html>

View File

@ -0,0 +1,17 @@
<!--
* @Author: your name
* @Date: 2021-08-28 15:33:23
* @LastEditTime: 2021-08-28 15:50:10
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \api\App\Views\blog\template\footer\footer.html
-->
{% block footer %}
<div style="font-size: 10px; text-align: center;">.
<a href="https://beian.miit.gov.cn/#/Integrated/index">
闽ICP备19002644号
</a>
</div>
{% endblock %}