Add automatic anchor symbols using anchorjs

This commit is contained in:
Philipp Oppermann
2016-01-17 15:21:04 +01:00
parent 82e230c257
commit 1d7b913a1a
5 changed files with 15 additions and 0 deletions

View File

@@ -22,4 +22,7 @@
<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/atom.xml">
<!-- JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script>
</head>