hugo-theme-novela
hugo-theme-novela copied to clipboard
Tweak base template and allow for extra stylesheets.
Suggested Changes
Add document type to the base template.
- Add
<!DOCTYPE html>
to_default/baseof.html
.
Allow for site-specific stylesheets to be more easily added.
- Move
<head>
frompartial/head/head.html
to_default/baseof.html
. - Create and include a new, empty template,
partials/head/extra_styles.html
. - Add section to README about how to override
extra_styles.html
.
This is just my ideal implementation.
Why make the changes?
- Create HTML which is slightly more valid.
- Make it easier to override default styling without needing to create a custom remote.