source: main/waeup-hugo/themes/dimension/layouts/partials/footer.html @ 16161

Last change on this file since 16161 was 14926, checked in by Henrik Bettermann, 7 years ago
File size: 503 bytes
Line 
1
2                                <!-- Footer -->
3                                        <footer id="footer">
4                                                <p class="copyright">&copy; {{ .Site.Params.copyright }}. Design: <a href="https://html5up.net">HTML5 UP</a>. Powered by <a href="https://www.gohugo.io/">Hugo.</a></p>
5                                        </footer>
6
7                        </div>
8                <!-- BG -->
9                        <div id="bg"></div>
10
11                <!-- Scripts -->
12                        <script src="/js/skel.min.js"></script>
13                        <script src="/js/util.js"></script>
14                        <script src="/js/main.js"></script>
15                        {{ template "_internal/google_analytics_async.html" . }}
16
17        </body>
18</html>
Note: See TracBrowser for help on using the repository browser.