Moved content from template to hugo style content
Removed sample pictures from deployed template and into demo site. Replaced inline content in template with hugo style markdown rendering keeping the same output to index.html
This commit is contained in:
parent
2c131322ba
commit
f6171183fb
13 changed files with 82 additions and 22 deletions
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<p class="copyright">© {{ .Site.Params.copyright }}. Design: <a href="https://html5up.net">HTML5 UP</a>. Powered by <a href="https://www.gohugo.io/">Hugo.</a></p>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
<!-- BG -->
|
||||
<div id="bg"></div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/skel.min.js"></script>
|
||||
<script src="/js/util.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue