mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
bug fix: do not load vue in legacy index page
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
This commit is contained in:
parent
9179a35abe
commit
ab097cefc2
|
|
@ -10,8 +10,10 @@
|
|||
<script src="/static/js/jquery.min.js?{{ site.data['hash'] }}"></script>
|
||||
<script src="/static/js/bootstrap.min.js?{{ site.data['hash'] }}"></script>
|
||||
<script src="/static/js/bootstrap-select.min.js?{{ site.data['hash'] }}"></script>
|
||||
{% unless page.legacy %}
|
||||
<script src="/static/js/vue.min.js?{{ site.data['hash'] }}"></script>
|
||||
<script src="/static/js/timeago.min.js?{{ site.data['hash'] }}"></script>
|
||||
{% endunless %}
|
||||
<script src="/static/js/markup.min.js?{{ site.data['hash'] }}"></script>
|
||||
<script src="/static/js/webfont.js?{{ site.data['hash'] }}"></script>
|
||||
<script src="/static/js/thuhidden.js?{{ site.data['hash'] }}"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue