summaryrefslogtreecommitdiffstatshomepage
path: root/docs/src/overrides/main.html
blob: e723f0982eb56882cafdb6364bf1ead5d00e4cc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{#-
  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 scripts %}
  {{ super() }}
  <script src="{{ 'assets/javascripts/custom.9c11c319.min.js' | url }}"></script>
{% endblock %}