Show a permalink anchor when hovering over headings in main content (#2251)

* Implement heading permalinks, close #2246

Thanks to jekyll/jekyll for CSS.
Link anchor is visible when the mouse hovers over the title line.

* Build the updated _main.js
This commit is contained in:
iBug ♦
2019-10-04 22:59:44 +08:00
committed by Michael Rose
parent 6a3d325cd4
commit 3b3da46fea
4 changed files with 34 additions and 6 deletions

3
.gitignore vendored
View File

@ -12,4 +12,5 @@ codekit-config.json
example/_site
Gemfile.lock
node_modules
npm-debug.log*
npm-debug.log*
vendor/bundle