diff options
| author | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-30 12:49:19 -0600 |
|---|---|---|
| committer | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-30 12:49:19 -0600 |
| commit | a80476018e9e1d6f62727db989783329aba2d001 (patch) | |
| tree | 2bb45d78beb661765d3bc67da1a9111a2b5441a7 /layouts/pages | |
| parent | 9f03eb1106f909c33b8b644d004365afbd92f9a3 (diff) | |
Hugo vars now parsing in Sass, fixed author
Huey can now read Site.Param options from the config.toml file.
This allows for users to specify new values without needing to
modify the Sass configuration directly.
THe author footer was hardset as the theme author, which was a bug.
Fixed so now uses the .Param.author in the footer.
Diffstat (limited to 'layouts/pages')
| -rw-r--r-- | layouts/pages/contact.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/pages/contact.html b/layouts/pages/contact.html index 91d7886..7c327f3 100644 --- a/layouts/pages/contact.html +++ b/layouts/pages/contact.html @@ -9,6 +9,4 @@ </p> </div> </main> -{{ end }} - - +{{ end }}
\ No newline at end of file |
