Use cache or jstree css
This commit is contained in:
@@ -66,7 +66,7 @@ meta(property="og:url", content="{{url_for('projects.view', project_url=project.
|
|||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
|
|
||||||
| {% block head %}
|
| {% block head %}
|
||||||
link(href="{{ url_for('static_pillar', filename='assets/jstree/themes/default/style.min.css') }}", rel="stylesheet")
|
link(href="{{ url_for('static_pillar', filename='assets/jstree/themes/default/style.min.css', v=17320171) }}", rel="stylesheet")
|
||||||
| {% if node %}
|
| {% if node %}
|
||||||
link(rel="amphtml", href="{{ url_for('nodes.view', node_id=node._id, _external=True, format='amp') }}")
|
link(rel="amphtml", href="{{ url_for('nodes.view', node_id=node._id, _external=True, format='amp') }}")
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
Reference in New Issue
Block a user