How can you perform more advanced customization or integrate new third-party services? Hooks The Hugo hooks system enables you to easily inject your own code into parts of a site for more advanced customization. No need to edit or override any of the theme’s files! The following hooks are supported (as of v5.6-dev): head-start head-end body-end footer-start toc-start (for the right sidebar table of contents only) toc-end (for the right sidebar table of contents only) To inject your code int...