Skip to content

Commit

Permalink
updated author humans.txt path (#2169)
Browse files Browse the repository at this point in the history
removed the {{ STATIC_URL }} from humans.txt path of author
  • Loading branch information
hakiKhuva committed Oct 31, 2022
1 parent ae1c385 commit c2209fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{# permalink to the current page #}
<meta property="og:url" content="{% block og-url %}{{ request.build_absolute_uri }}{% endblock %}">

<link rel="author" href="{{ STATIC_URL }}humans.txt">
<link rel="author" href="/humans.txt">

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

0 comments on commit c2209fe

Please sign in to comment.