diff --git a/docs/customisation/footer.md b/docs/customisation/footer.md index ea8964503..b290d8598 100644 --- a/docs/customisation/footer.md +++ b/docs/customisation/footer.md @@ -103,4 +103,5 @@ If you wish to use Font Awesome icons in the footer, it's a two step process. You can specify `only-light` or `only-dark` as the value for `class` in the dictionary. This mechanism exists primarily to help you use different `img` tags to present the same icon in a different colour. [^1]: Yes, I'm aware that it can be argued that embedding raw HTML in a `conf.py` file is... ugly. :) + [^2]: You need to use your browser's developer tools to get the SVG directly from the page: inspect element + copy svg element (ctrl+c) + paste. diff --git a/src/furo/theme/furo/partials/icons.html b/src/furo/theme/furo/partials/icons.html index df3c2e986..b31944c22 100644 --- a/src/furo/theme/furo/partials/icons.html +++ b/src/furo/theme/furo/partials/icons.html @@ -98,7 +98,7 @@ -