aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/material/overrides/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'material/overrides/main.html')
-rw-r--r--material/overrides/main.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/material/overrides/main.html b/material/overrides/main.html
new file mode 100644
index 00000000..63a0e861
--- /dev/null
+++ b/material/overrides/main.html
@@ -0,0 +1,26 @@
+{#-
+ This file was automatically generated - do not edit
+-#}
+{% extends "base.html" %}
+{% block extrahead %}
+ <link rel="stylesheet" href="{{ 'assets/stylesheets/custom.00c04c01.min.css' | url }}">
+{% endblock %}
+{% block outdated %}
+ You're not viewing the latest version.
+ <a href="{{ '../' ~ base_url }}">
+ <strong>Click here to go to latest.</strong>
+ </a>
+{% endblock %}
+{% block announce %}
+ For updates follow <strong>@HydroRoll-Team</strong> on
+ <a href="https://github.com/HydroRoll-Team">
+ <span class="twemoji github">
+ {% include ".icons/fontawesome/brands/github.svg" %}
+ </span>
+ <strong>Github</strong>
+ </a>
+{% endblock %}
+{% block scripts %}
+ {{ super() }}
+ <script src="{{ 'assets/javascripts/custom.9c11c319.min.js' | url }}"></script>
+{% endblock %}