Skip to content

Commit 3d5843c

Browse files
author
birchkwok
committed
add main.html
1 parent c2e7c5d commit 3d5843c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/overrides/main.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% extends "base.html" %}
2+
3+
{% block outdated %}
4+
You're not viewing the latest version.
5+
<a href="{{ '../' ~ base_url }}">
6+
<strong>Click here to go to latest.</strong>
7+
</a>
8+
{% endblock %}

0 commit comments

Comments
 (0)