dimension theme
This commit is contained in:
parent
0c44a2e2fe
commit
c8a4fc4567
73 changed files with 10250 additions and 0 deletions
18
themes/dimension/layouts/partials/footer.html
Normal file
18
themes/dimension/layouts/partials/footer.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<p class="copyright">© {{ .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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue