Customizing the site
Contents
Include custom content in the head tag
Want to include custom stuff into the head
tag? Create this file in your Hugo project.
layouts/partials/head-include.html
Include custom content in the footer
Want to override the footer entirely? Create this file in your Hugo project and add your content.
layouts/partials/footer.html
The default footer is already styled. If you are making minor changes to the footer, you might want to copy that from the theme into this file before editing.
Changing the meta tags
The default partial is at the following path.
themes/lucid/layouts/partials/head/metatags.html
Copy the contents from the above file and create a new file at the below path.
layouts/partials/head/metatags.html
Edit the file as you like and you’ll have your own/custom meta tags.