docs: Add tip of old documents (#13960)
* docs: Add tip of old documents * Update overrides/main.html --------- Co-authored-by: Wang Xin <xinwang614@gmail.com>pull/13962/head
parent
9ae15bfcbd
commit
dba34d2bff
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block outdated %}
|
||||
You're not viewing the latest version.
|
||||
<a href="{{ '../' ~ base_url }}">
|
||||
<strong>Click here to go to latest.</strong>
|
||||
</a>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue