Browse Source

feat: 允许footer插入html代码

SongZihuan 2 years ago
parent
commit
9c27d36403
1 changed files with 1 additions and 1 deletions
  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) {