Skip to content

Commit 6de7126

Browse files
committed
Add announcement banner for VC3.1
1 parent d915871 commit 6de7126

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/overrides/main.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{% extends "base.html" %}
22

3+
{% block announce %}
4+
<h2 style="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+
37
{% block extrahead %}
48
{% set title = config.site_name %}
59
{% if page and page.title and not page.is_homepage %}

0 commit comments

Comments
 (0)