BookStack - Created By <a href="https://danb.me" title="danb.me" target="_blank" rel="noopener">Dan Brown</a> and developed with the <a href="https://github.com/BookStackApp/BookStack/graphs/contributors" target="_blank" rel="noopener">community</a>.
<br>
<!-- Thanks to <a href="https://www.browserstack.com/" target="_blank">BrowserStack</a> for providing easy cross-browser testing. <br> -->
- Page generated with <a href="https://gohugo.io">hugo</a>, Site source can be found <a href="https://github.com/BookStackApp/website" rel="noopener" target="_blank">here on GitHub</a>
+ Page generated with <a href="https://gohugo.io">hugo</a>, Site source can be found <a href="https://github.com/BookStackApp/website" rel="noopener" target="_blank">here on GitHub</a>.
</p>
</div>
<div class="col-lg-7 col-md-9 menu">
<a href="{{.Site.BaseURL}}blog" target="_blank"><span class="icon">{{partial "icon/rss_feed.svg"}}</span>Blog</a>
</div>
</div>
+ <p class="text-small">
+ This website uses Google Analytics for reporting on site metrics and Algolia for providing better search. Third party cookies are not used and IP addresses Google Analytics receives are anonymized to protect your Privacy.
+ </p>
</div>
</footer>
{{with .Site.Params.googleAnalyticsUserID }}
<script>
- if (window.location.href.toLowerCase().indexOf('https') !== -1) {
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+
+ (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','//www.google-analytics.com/analytics.js','ga');
-
- ga('create', '{{.}}', 'auto');
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ var GA_LOCAL_STORAGE_KEY = 'ga:clientId';
+
+ if (window.localStorage) {
+ ga('create', '{{.}}', {
+ 'storage': 'none',
+ 'clientId': localStorage.getItem(GA_LOCAL_STORAGE_KEY)
+ });
+ ga(function (tracker) {
+ localStorage.setItem(GA_LOCAL_STORAGE_KEY, tracker.get('clientId'));
+ });
+ }
+ else {
+ ga('create', '{{.}}', {'storage': 'none'});
+ }
+
+ ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
- }
+
</script>
{{end}}
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
- <form action="//bookstackapp.us14.list-manage.com/subscribe/post?u=18917f477406e2be3f062086a&id=7de4fb0c79" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
+ <form action="https://bookstackapp.us14.list-manage.com/subscribe/post?u=18917f477406e2be3f062086a&id=7de4fb0c79" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<h4>Subscribe to Updates</h4>
<p>This is a weekly newsletter, summarising content from the blog.</p>
<div class="mc-field-group">
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_18917f477406e2be3f062086a_7de4fb0c79" tabindex="-1" value=""></div>
+ <p class="text-small">This service uses MailChimp to manage sending emails so any information provided will go into their systems. Feel free to review their <a href="https://mailchimp.com/legal/privacy" target="_blank">Privacy Policy</a> and <a href="https://mailchimp.com/legal/terms" target="_blank">Terms</a>. You'll be able to opt-out via a link in the email whenever you want. If you don't trust MailChimp or any BookStack maintainers with your data you provide or emit then please don't sign up.</p>
</form>
</div>
\ No newline at end of file