fix: render html for analytics

This commit is contained in:
Kilerd Chan 2019-04-24 10:02:25 +08:00
parent 3f6d164c07
commit 358a089379

View File

@ -14,7 +14,7 @@
<footer>
<section class="container">
<p> 自豪地使用 <a href="https://github.com/Kilerd/rubble">Project Rubble</a> 运行。 </p>
<div style="display:none">{{ setting.analysis }}</div>
<div style="display:none">{{ setting.analysis | safe }}</div>
</section>
</footer>
<script src="/statics/prism.js" type="text/javascript"></script>