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
|
``` html
|
||||||
{% block outdated %}
|
{% block outdated %}
|
||||||
You're not viewing the latest version.
|
You're not viewing the latest version.
|
||||||
<a href="{{ config.site_url | url }}">
|
<a href="{{ '../' ~ base_url }}">
|
||||||
Click here to go to latest.
|
<strong>Click here to go to latest.</strong>
|
||||||
</a>
|
</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user