Disable cookie/analytics

Simplify menu items
Update some links
This commit is contained in:
thephez 2017-11-14 08:51:00 -05:00
parent d096a9c160
commit c7b46ef228
5 changed files with 17 additions and 5 deletions

View file

@ -21,7 +21,9 @@ http://opensource.org/licenses/MIT.
<script src="/js/jquery/jquery.qrcode.min.js"></script>
{% endif %}
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/img/icons/logo_ios.png"/>
<link rel="apple-touch-icon-precomposed" href="/img/icons/logo_dash_circle_normal.png"/>
<!-- Turn off cookie/analytic stuff
<script>
window.cookieconsent_options = {
theme: 'light-floating'
@ -35,3 +37,4 @@ if( navigator.doNotTrack != "yes" && navigator.doNotTrack != "1" && window.doNot
document.getElementsByTagName("head")[0].appendChild(script);
}
</script>
-->