diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-05-13 21:14:56 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-05-13 21:14:56 +0200 |
| commit | 2df1263a2a994315a0c752feb27640dcc45234c2 (patch) | |
| tree | 563aee674f2ce310f51fe23d4588d3be1614c654 /_includes/git-wiki/sections/tail | |
| parent | 7048c66f61258b0110158bc8868a8e198f1a2a7c (diff) | |
| download | wiki-2df1263a2a994315a0c752feb27640dcc45234c2.tar.gz wiki-2df1263a2a994315a0c752feb27640dcc45234c2.tar.bz2 wiki-2df1263a2a994315a0c752feb27640dcc45234c2.zip | |
using remote theme
Diffstat (limited to '_includes/git-wiki/sections/tail')
| -rw-r--r-- | _includes/git-wiki/sections/tail/tail.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/_includes/git-wiki/sections/tail/tail.html b/_includes/git-wiki/sections/tail/tail.html deleted file mode 100644 index f5944c9..0000000 --- a/_includes/git-wiki/sections/tail/tail.html +++ /dev/null @@ -1,35 +0,0 @@ -{% if site.inc_before_tail %} -{% include {{ site.inc_before_tail }} %} -{% endif %} - -<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script> - -{% if site.google_analytics %} -<script> - (function (i, s, o, g, r, a, m) { - i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { - (i[r].q = i[r].q || []).push(arguments) - }, i[r].l = 1 * new Date(); a = s.createElement(o), - m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) - })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); - - ga('create', '{{ site.google_analytics }}', 'auto'); - ga('send', 'pageview'); -</script> -{% endif %} - -{% assign items = site.html_pages %} -{% for page in items %} -{% assign url = page.url | relative_url %} -{% assign urls = urls | append: url | append: "," %} -{% endfor %} - -<script type="text/javascript"> - $(document).ready(function () { - $(document.body).checkLinks("{{ urls }}".split(",")); - }); -</script> - -{% if site.inc_after_tail %} -{% include {{ site.inc_after_tail }} %} -{% endif %} |
