修复菜单bug

sh_branch
车亮亮 9 years ago
parent e3c488827f
commit fcd6219abd

@ -84,6 +84,7 @@ var wpAutoTopSpeed = 1;</script>
<script type="application/javascript" src="{% static 'highlight/highlight.pack.js' %}"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="{% static 'blog/js/blog.js' %}" type="application/javascript"></script>
<script src="{% static 'blog/js/navigation.js' %}" type="application/javascript"></script>
{% block footer %}
{% endblock %}
</footer>

@ -7,7 +7,7 @@
<ul class="sub-menu">
{% for child in child_categorys %}
{% with node=child template_name="nav_node.html" %}
{% with node=child template_name="share_layout/nav_node.html" %}
{% include template_name %}
{% endwith %}
{% endfor %}

Loading…
Cancel
Save