dimension theme

This commit is contained in:
Justin 2018-05-17 10:34:07 -04:00
parent 0c44a2e2fe
commit c8a4fc4567
73 changed files with 10250 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<!-- Footer -->
<footer id="footer">
<p class="copyright">&copy; {{ .Site.Params.copyright }}. </p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
{{ template "_internal/google_analytics_async.html" . }}
</body>
</html>