Sha256: 5d679d28e6837e0ad47e149092fb1ad91e5a0f2809d94b0d89f987bdfa010231
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
{%- if site.texture.analytics_id -%} <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.texture.analytics_id }}"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', '{{ site.texture.analytics_id }}'); </script> {%- endif -%} {%- if site.texture.showPicker -%} <div id="texture-picker"> <div style="display:flex;justify-content: space-between"> <p>Select Texture</p> <p><a id="hidePicker" href="#">Hide</a></p> </div> <div class="texture-colors"> <div id="black"></div> <div id="blue"></div> <div id="red"></div> <div id="purple"></div> <div id="green"></div> </div> <p class="info">You can use the <b>showPicker</b> property in _config.yml to hide this picker permanently.</p> <p class="info">You can use the <b>texture</b> property in _config.yml to apply a texture permanently.</p> </div> <script src="{{ "/assets/js/picker.js" | relative_url }}"></script> {%- endif -%} {%- if site.texture.useMathJax -%} <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> {%- endif -%}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
texture-0.5 | _includes/footer.html |
texture-0.4 | _includes/footer.html |