You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/overrides/main.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
{% extends "base.html" %}
2
2
3
+
{% block announce %}
4
+
<h2style="text-align: center; background-color: firebrick; color: white; margin: 0em">This page currently refers to v3.0 of the project. It will soon be updated with all relevant information for the current version of the V-Core 3 (v3.1)</h2>
5
+
{% endblock %}
6
+
3
7
{% block extrahead %}
4
8
{% set title = config.site_name %}
5
9
{% if page and page.title and not page.is_homepage %}
0 commit comments