This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/layouts/index.html

10 lines
248 B
HTML
Raw Normal View History

{{ define "main" }}
2016-07-03 22:07:47 +00:00
2018-12-03 21:44:11 +00:00
<h1>Hugo with Webpack, Sass, and PostCSS</h1>
2018-12-03 21:44:11 +00:00
<h3>Hooray 🎉 - you've built this with <a href="https://github.com/netlify/victor-hugo">Victor-Hugo</a>!</h3>
2018-12-03 21:44:11 +00:00
<a href="{{ "/tech" | relURL }}">Check out the tech</a>
{{ end }}