Include anchor_links before the end closing `body` tag.
This commit is contained in:
parent
cba586f06f
commit
af53111070
|
@ -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>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
{{ content }}
|
||||
|
||||
{% include footer.html %}
|
||||
{% include anchor_links.html %}
|
||||
{% include analytics.html %}
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue