Skip to content

Commit a8b6947

Browse files
committed
Add Netlify link to footer
In order to qualify for the Netlify open source plan, put link to Netlify in the footer.
1 parent 39cbbda commit a8b6947

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/_templates/footer.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends '!footer.html' %}
2+
3+
{% block extrafooter %}
4+
This site is powered through <a href="https://www.netlify.com">Netlify</a>.
5+
{% endblock %}

src/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
dict(name="maintainability", description="Maintainability-related guideline"),
112112
dict(name="portability", description="Portability-related guideline"),
113113
dict(name="surprising-behavior", description="Guideline related to surprising or unexpected behavior"),
114-
114+
115115
dict(name="subset", description="Guideline associated with the language-subset profile"),
116116
dict(name="defect", description="Guideline associated with the defect-prevention profile"),
117117
]
@@ -201,3 +201,4 @@
201201
# Configure the theme
202202
html_theme = "sphinx_rtd_theme"
203203
html_static_path = ["_static"]
204+
templates_path = ['_templates']

0 commit comments

Comments
 (0)