PaddleOCR/overrides/main.html
SWHL dba34d2bff
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>
2024-10-10 14:52:53 +08:00

9 lines
190 B
HTML

{% 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 %}