diff --git a/gum/README.md b/gum/README.md index 2a2380534..75091c02b 100644 --- a/gum/README.md +++ b/gum/README.md @@ -44,6 +44,10 @@ To use Disqus, add the Disqus site name via the following variable. DISQUS_SITENAME = '' ``` + +To add content or markup to the footer of every page: Add an `extra_footer.html` file to +a directory in your `THEME_TEMPLATES_OVERRIDES` path. It is empty by default. + Other features include: ``` diff --git a/gum/templates/base.html b/gum/templates/base.html index 998cac0ae..bb455491f 100644 --- a/gum/templates/base.html +++ b/gum/templates/base.html @@ -122,6 +122,7 @@

{{ SITENAME }} {{ SITESUBTITLE }}<