Include anchor_links before the end closing `body` tag.

This commit is contained in:
XhmikosR 2014-05-09 12:31:16 +03:00
parent cba586f06f
commit af53111070
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/css/screen.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
{% include anchor_links.html %}
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>

View File

@ -6,6 +6,7 @@
{{ content }}
{% include footer.html %}
{% include anchor_links.html %}
{% include analytics.html %}
</body>