|
@@ -14,7 +14,7 @@
|
|
<meta name="author" content="{{ AUTHOR }}" />
|
|
<meta name="author" content="{{ AUTHOR }}" />
|
|
<meta name="copyright" content="{{ AUTHOR }}" />
|
|
<meta name="copyright" content="{{ AUTHOR }}" />
|
|
{% endif %}
|
|
{% endif %}
|
|
- {% include 'latex.html' %}
|
|
|
|
|
|
+ {% include '_includes/latex.html' %}
|
|
|
|
|
|
{% if SITE_DESCRIPTION %}
|
|
{% if SITE_DESCRIPTION %}
|
|
<meta name="description" content="{% block head_description %}{{ SITE_DESCRIPTION }}{% endblock head_description %}" />
|
|
<meta name="description" content="{% block head_description %}{{ SITE_DESCRIPTION }}{% endblock head_description %}" />
|
|
@@ -30,11 +30,11 @@
|
|
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/custom.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/custom.css" media="screen">
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endblock head_links %}
|
|
{% endblock head_links %}
|
|
- {% include 'favicon_links.html' %}
|
|
|
|
|
|
+ {% include '_includes/favicon_links.html' %}
|
|
{% block feed_links %}
|
|
{% block feed_links %}
|
|
- {% include 'feeds.html' %}
|
|
|
|
|
|
+ {% include '_includes/feeds.html' %}
|
|
{% endblock feed_links %}
|
|
{% endblock feed_links %}
|
|
- {% include 'analytics.html' %}
|
|
|
|
|
|
+ {% include '_includes/analytics.html' %}
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div id="content-sans-footer">
|
|
<div id="content-sans-footer">
|
|
@@ -75,7 +75,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- {% include 'footer.html' %}
|
|
|
|
|
|
+ {% include '_includes/footer.html' %}
|
|
{% block script %}
|
|
{% block script %}
|
|
<script src="http://code.jquery.com/jquery.min.js"></script>
|
|
<script src="http://code.jquery.com/jquery.min.js"></script>
|
|
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
|
|
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
|
|
@@ -86,6 +86,6 @@
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
{% endblock script %}
|
|
{% endblock script %}
|
|
- {% include 'stat_counter.html' %}
|
|
|
|
|
|
+ {% include '_includes/stat_counter.html' %}
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|