123456789101112131415161718192021222324252627282930313233343536 |
- {#-
- 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 announce %}
- 欢迎来到 <strong>@G.R.D World</strong> on
- <a rel="me" href="https://space.bilibili.com/1407028951?spm_id_from=333.1007.0.0">
- <span class="twemoji bilibili">
- {% include ".icons/fontawesome/brands/bilibili.svg" %}
- </span>
- <strong>Weixin</strong>
- </a>
- and
- <a href="https://twitter.com/Wcowin_">
- <span class="twemoji twitter">
- {% include ".icons/fontawesome/brands/twitter.svg" %}
- </span>
- <strong>Twitter</strong>
- </a>
- <a href="https://twitter.com/Wcowin_">
- <span class="twemoji ">
- {% include ".icons/fontawesome/brands/github.svg" %}
- </span>
- <strong>Github</strong>
- </a>
- {% endblock %}
- {% block scripts %}
- {{ super() }}
- <script src="{{ 'assets/javascripts/custom.9458f965.min.js' | url }}"></script>
- {% endblock %}
-
-
|