aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/material/overrides/main.html
blob: 9310f4df6c3d992e17c6ea330688b4852d7f4b27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 %}
  当前阅览的并不是稳定版,
  <a href="{{ '../' ~ base_url }}">
    <strong>单击此处跳转到稳定版文档.</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 %}