From 8ab24a11d06c6efa0be9c62b8e1739aa642dabba Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 3 Feb 2016 13:50:27 -0800 Subject: [PATCH] Add AnchorJS to homepage --- anchors.js | 5 +++++ index.html | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 anchors.js diff --git a/anchors.js b/anchors.js new file mode 100644 index 0000000..3c20d15 --- /dev/null +++ b/anchors.js @@ -0,0 +1,5 @@ +anchors.options = { + placement: 'right', + visible: 'touch' +}; +anchors.add('h2,h3,h4,h5,h6'); diff --git a/index.html b/index.html index 25a0d97..99bd67f 100644 --- a/index.html +++ b/index.html @@ -82,5 +82,7 @@

About

+ +