Skip to content

Commit c972900

Browse files
committed
Fixed link in version warning
1 parent e0b7f83 commit c972900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overrides/main.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block outdated %}
44
You're not viewing the latest version.
5-
<a href="{{ config.site_url | url }}">
5+
<a href="{{ '../' ~ base_url }}">
66
<strong>Click here to go to latest.</strong>
77
</a>
8-
{% endblock %}
8+
{% endblock %}

0 commit comments

Comments
 (0)