diff options
| author | XhmikosR <[email protected]> | 2018-11-13 16:10:43 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-20 11:47:10 +0200 |
| commit | b04f97f60be64549a37e0c71d676ab67e70891fa (patch) | |
| tree | 86005442f323b4d732721647b6766f90ac3e09bb /site/_includes/scripts.html | |
| parent | 8470c5f78ce4578ce8c17b06206c23745c655b24 (diff) | |
| download | bootstrap-b04f97f60be64549a37e0c71d676ab67e70891fa.tar.xz bootstrap-b04f97f60be64549a37e0c71d676ab67e70891fa.zip | |
Replace anchor.js with jekyll-anchor-headings.
This allows us to generate the anchor links on build time.
https://github.com/allejo/jekyll-anchor-headings
Diffstat (limited to 'site/_includes/scripts.html')
| -rw-r--r-- | site/_includes/scripts.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/site/_includes/scripts.html b/site/_includes/scripts.html index 3db172665..bd49ed091 100644 --- a/site/_includes/scripts.html +++ b/site/_includes/scripts.html @@ -14,7 +14,6 @@ {%- if jekyll.environment == "production" -%} <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/js/docs.min.js"></script> {%- else -%} - <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/js/vendor/anchor.min.js"></script> <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/js/vendor/clipboard.min.js"></script> <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/js/vendor/holder.min.js"></script> <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/js/vendor/bs-custom-file-input.min.js"></script> |
