mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated version warning documentation
This commit is contained in:
parent
093c67880d
commit
a0cacd325d
@ -78,8 +78,8 @@ you can [define the `outdated` block][9]:
|
||||
``` html
|
||||
{% block outdated %}
|
||||
You're not viewing the latest version.
|
||||
<a href="{{ config.site_url | url }}">
|
||||
Click here to go to latest.
|
||||
<a href="{{ '../' ~ base_url }}">
|
||||
<strong>Click here to go to latest.</strong>
|
||||
</a>
|
||||
{% endblock %}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user