Skip to content

Commit

Permalink
Add announcement banner for VC3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nexx committed Jun 23, 2022
1 parent d915871 commit 6de7126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{% extends "base.html" %}

{% block announce %}
<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>
{% endblock %}

{% block extrahead %}
{% set title = config.site_name %}
{% if page and page.title and not page.is_homepage %}
Expand Down

0 comments on commit 6de7126

Please sign in to comment.