Skip to content

Commit a0cacd3

Browse files
committed
Updated version warning documentation
1 parent 093c678 commit a0cacd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup/setting-up-versioning.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ you can [define the `outdated` block][9]:
7878
``` html
7979
{% block outdated %}
8080
You're not viewing the latest version.
81-
<a href="{{ config.site_url | url }}">
82-
Click here to go to latest.
81+
<a href="{{ '../' ~ base_url }}">
82+
<strong>Click here to go to latest.</strong>
8383
</a>
8484
{% endblock %}
8585
```

0 commit comments

Comments
 (0)