]> BookStack Code Mirror - website/blob - themes/bookstack/layouts/partials/footer.html
Added v0.28 blog images, finished saml2 auth
[website] / themes / bookstack / layouts / partials / footer.html
1     </div>
2
3     <footer>
4         <div class="container">
5             <div class="row">
6                 <div class="col-lg-5">
7                         <p class="muted text-small">
8                             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>.
9                         <br>
10                         <!-- Thanks to <a href="https://www.browserstack.com/" target="_blank">BrowserStack</a> for providing easy cross-browser testing. <br> -->
11                         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>.
12                         </p>
13                 </div>
14                 <div class="col-lg-7 col-md-9 menu">
15                     <a href="{{.Site.BaseURL}}docs"><span class="icon">{{partial "icon/book.svg"}}</span>Documentation</a>
16                     <a href="{{.Site.BaseURL}}#features"><span class="icon">{{partial "icon/star.svg"}}</span>Features</a>
17                     <a href="{{.Site.BaseURL}}#demo"><span class="icon">{{partial "icon/touch_app.svg"}}</span>Demo</a>
18                     <a href="https://github.com/BookStackApp/BookStack" target="_blank"><span class="icon">{{partial "icon/github.svg"}}</span>Github</a>
19                     <a href="{{.Site.BaseURL}}blog" target="_blank"><span class="icon">{{partial "icon/rss_feed.svg"}}</span>Blog</a>
20                 </div>
21             </div>
22             <p class="text-small">
23                 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.
24             </p>
25         </div>
26     </footer>
27
28     <script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
29     <script type="text/javascript">
30     if (document.querySelector('.doc-search-input') !== null) {
31         docsearch({
32                 apiKey: '0401e1a1383bf8baa64b07a6eeecce0c',
33                 indexName: 'bookstackapp',
34                 inputSelector: '.doc-search-input',
35                 debug: false // Set debug to true if you want to inspect the dropdown
36             });
37     }
38     </script>
39     <script src="{{.Site.BaseURL}}libs/codemirror/codemirror.min.js"></script>
40     <script src="{{.Site.BaseURL}}libs/codemirror/modes.js"></script>
41     <script src="{{.Site.BaseURL}}js/script.js"></script>
42 </body>
43 </html>