Skip to content

Commit c2209fe

Browse files
authored
updated author humans.txt path (#2169)
removed the {{ STATIC_URL }} from humans.txt path of author
1 parent ae1c385 commit c2209fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
{# permalink to the current page #}
7575
<meta property="og:url" content="{% block og-url %}{{ request.build_absolute_uri }}{% endblock %}">
7676

77-
<link rel="author" href="{{ STATIC_URL }}humans.txt">
77+
<link rel="author" href="/humans.txt">
7878

7979
<link rel="alternate" type="application/rss+xml" title="Python Enhancement Proposals"
8080
href="https://www.python.org/dev/peps/peps.rss/">

0 commit comments

Comments
 (0)