File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
{% block head_links %}
8
- {% if 'assets' in PLUGINS %}
8
+ {% if PLUGINS and 'assets' in PLUGINS %}
9
9
{% include '_includes/minify_css.html' with context %}
10
10
{% else %}
11
11
< link rel ="stylesheet " type ="text/css " href ="{{ SITEURL }}/theme/css/elegant.prod.9e9d5ce754.css " media ="screen ">
Original file line number Diff line number Diff line change 39
39
{% endblock content %}
40
40
41
41
{% block script %}
42
- {% if 'tipue_search' in PLUGINS %}
42
+ {% if PLUGINS and 'tipue_search' in PLUGINS %}
43
43
< script src ="{{ SITEURL }}/tipuesearch_content.js "> </ script >
44
44
{% endif %}
45
45
{{ super() }}
You can’t perform that action at this time.
0 commit comments