Skip to content

Commit 0c6eb61

Browse files
SaptakStunetheweb
andauthored
Removes call for contributor banner (#4173)
* Removes call for contributor banner * Update src/templates/base/base.html --------- Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent cfe7885 commit 0c6eb61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/templates/base/base.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
106106

107107
{% endblock %}
108108

109-
{% block call_for_contributors_link %}https://github.com/HTTPArchive/almanac.httparchive.org/discussions/4062{% endblock %}
109+
{# 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 %}
110112

111113
{% block contributors %}{{ config.contributors.keys() | length }}{% endblock %}
112114

0 commit comments

Comments
 (0)