Skip to content

Commit 2224554

Browse files
Fix logo redirection link
O link anterior era "https://python.org.br/index" e dava: 404 Not Found. Testei por .html ao final e funcionou.
1 parent 0f7cd67 commit 2224554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/pybr/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<div class="row">
8585
<div class="col-12">
8686
<div class="header-container">
87-
<a href="{{ SITEURL }}/index">
87+
<a href="{{ SITEURL }}/index.html">
8888
<img class="header-logo" src="{{ SITEURL }}/theme/img/site-logo.svg" title="{{ SITENAME }}" alt="{{ SITENAME }}"/>
8989
</a>
9090

0 commit comments

Comments
 (0)