]> BookStack Code Mirror - website/blob - themes/bookstack/layouts/partials/footer.html
b16d29107b6861b9fdeaa949a4d651184af35716
[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         </div>
23     </footer>
24
25
26     <script type="text/javascript">
27     if (document.querySelector('.doc-search-input') !== null) {
28         docsearch({
29                 apiKey: '0401e1a1383bf8baa64b07a6eeecce0c',
30                 indexName: 'bookstackapp',
31                 inputSelector: '.doc-search-input',
32                 debug: false // Set debug to true if you want to inspect the dropdown
33             });
34     }
35     </script>
36     <script async src="{{.Site.BaseURL}}js/script.js"></script>
37 </body>
38 </html>