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
265 B
HTML

{{ define "main" }}
<h1 class="text-3xl">Hugo with Webpack, Sass, and PostCSS</h1>
<h3>Hooray 🎉 - you've built this with <a href="https://github.com/netlify/victor-hugo">Victor-Hugo</a>!</h3>
<a href="{{ "/tech" | relURL }}">Check out the tech</a>
{{ end }}