no message
parent
672976497e
commit
1d49b423e5
|
@ -233,12 +233,7 @@
|
|||
{{ doc.toc| raw }}</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<ul class="pagination" style="margin-left: 50%" id="pagenation">
|
||||
<li><a href="#">«</a></li>
|
||||
<li><a href="#">»</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>
|
||||
|
|
|
@ -289,9 +289,10 @@
|
|||
document.getElementById("content_table").style.width=width+"px";
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
{% include '/blog/template/footer/footer.html' %}
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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 %}
|
Loading…
Reference in New Issue