We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe7885 commit 0c6eb61Copy full SHA for 0c6eb61
src/templates/base/base.html
@@ -106,7 +106,9 @@
106
107
{% endblock %}
108
109
-{% block call_for_contributors_link %}https://github.com/HTTPArchive/almanac.httparchive.org/discussions/4062{% endblock %}
+{# Add github link to discussion to enable the Call for Contributors link #}
110
+{# See: https://github.com/HTTPArchive/almanac.httparchive.org/pull/4173/files #}
111
+{% block call_for_contributors_link %}{% endblock %}
112
113
{% block contributors %}{{ config.contributors.keys() | length }}{% endblock %}
114
0 commit comments