Add commonly used elements to footer
It seems to me that there are something quite common for footer. For example, for tech blogs, many people choose a creative common license for the content and one of the many licenses for the code. It is also quite common to pay tribute to Hugo and a service provider such as Netlify, and you, of course.
While I can totally do it by myself by copying the site-footer.html and make these changes, I think it might be more practical if we could have these options in configuration files. And since I'm no expert in design, I prefer a more or less official solution so that it integrates better with the whole theme.
Thank you.
Hi @peter-jerry-ye This is a good idea. We'd have to think about how to do it that can be left vague enough for people to put in whatever they want. Not sure how quickly we'd do this, so for the moment it would be best for you to put a copy of https://github.com/theNewDynamic/gohugo-theme-ananke/blob/master/layouts/partials/site-footer.html in your layouts/partials folder and adding what you like there.