浏览代码

feat: 允许footer插入html代码

SongZihuan 2 年之前
父节点
当前提交
9c27d36403
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/base.html

+ 1 - 1
templates/base.html

@@ -53,7 +53,7 @@
     {# footer 最后加载 #}
     <footer id="foot" class="pb-3 text-center">
         <hr>
-        {{ footer }}
+        {{ footer | safe }}
     </footer>
     <script>
         function SetFooter (mutationsList, observer) {