Customize sections

- intro
- requirements
- stats
- team
- members
- contact
This commit is contained in:
2019-11-24 02:19:52 -05:00
parent 0d0e5e992c
commit 7a0f1fd66b
40 changed files with 333 additions and 238 deletions

View File

@@ -0,0 +1,6 @@
<!--
If you want to include any custom html just before </head>, put it in /layouts/partials/head_custom.html
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/head_custom.html doesn't exist.
-->
{{ $style := resources.Get "sass/custom.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">