pages(media): add 320px device

This commit is contained in:
2022-01-19 17:34:41 +08:00
parent 3c5f6efc2e
commit 183a3e88b9
21 changed files with 874 additions and 530 deletions

View File

@@ -2,6 +2,7 @@
<#if !post.disallowComment!false>
<div id="comment" class="comment close">
<script src="${theme_base!}/source/plugins/comment/vue.min.js"></script>
<script src="${theme_base!}/source/plugins/comment/halo-comment.min.js"></script>
<script src="${options.comment_internal_plugin_js!'//cdn.jsdelivr.net/gh/halo-dev/halo-comment@latest/dist/halo-comment.min.js'}"></script>
<halo-comment id="${target.id?c}" type="${type}""/>
</div>

View File

@@ -28,7 +28,7 @@
<footer>
<div class="copyright">
<a href="https://www.7wate.com">Designed by 7Wate.</a>
<a href="https://www.7wate.com">Designed by 7Wate</a>
<a href="https://halo.run">Proudly published with Halo</a>
</div>
<@global.footer />