diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-05-22 10:57:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-22 10:57:55 +0200 |
| commit | 7d393e3e44fc6e41ccebe65010938ab57bc30981 (patch) | |
| tree | de6480f603643578329255c780e87f09c28d33f5 | |
| parent | b95429005e06557f348a43bc7137bf6ffa4a0006 (diff) | |
| download | wiki-7d393e3e44fc6e41ccebe65010938ab57bc30981.tar.gz wiki-7d393e3e44fc6e41ccebe65010938ab57bc30981.tar.bz2 wiki-7d393e3e44fc6e41ccebe65010938ab57bc30981.zip | |
Missing jquery dependency
| -rw-r--r-- | _layouts/default.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 88e4ec8..310f33a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,6 +7,11 @@ <meta http-equiv="X-UA-Compatible" content="chrome=1"> <title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title> + <script + src="https://code.jquery.com/jquery-3.2.1.min.js" + integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" + crossorigin="anonymous"></script> + <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> <script src="{{ '/assets/js/wiki-features.js' | relative_url }}"></script> |
