Footer¶
The footer has three columns: copyright text, social icons, and a "Designed by" attribution.
Copyright¶
copyright: "© $year Your Name"
Social links¶
extra:
social:
- platform: github
url: https://github.com/user
- platform: twitter
url: https://twitter.com/user
- platform: linkedin
url: https://linkedin.com/in/user
- platform: discord
url: https://discord.gg/yourserver
See the full list of supported platforms on the Sidebar page.
Each icon is an inline SVG, so no external icon font is loaded. Icons adapt their color to the current accent on hover.
Hiding the footer¶
If you want to remove the footer entirely, override it by creating themes/dap/partials/footer.html with empty content, or commenting out the {% include "partials/footer.html" %} line in themes/dap/main.html.