diff --git a/App/Views/blog/article.html b/App/Views/blog/article.html index 67b34c0..3739469 100644 --- a/App/Views/blog/article.html +++ b/App/Views/blog/article.html @@ -233,12 +233,7 @@ {{ doc.toc| raw }} -
- -
+
@@ -481,5 +476,7 @@ } +{% include '/blog/template/footer/footer.html' %} + diff --git a/App/Views/blog/index.html b/App/Views/blog/index.html index 41412ff..69b0dba 100644 --- a/App/Views/blog/index.html +++ b/App/Views/blog/index.html @@ -289,9 +289,10 @@ document.getElementById("content_table").style.width=width+"px"; } + +{% include '/blog/template/footer/footer.html' %}
- diff --git a/App/Views/blog/template/footer/footer.html b/App/Views/blog/template/footer/footer.html new file mode 100644 index 0000000..b467b74 --- /dev/null +++ b/App/Views/blog/template/footer/footer.html @@ -0,0 +1,17 @@ + + +{% block footer %} +
. + + 闽ICP备19002644号 + +
+ +{% endblock %} \ No newline at end of file