main.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {#-
  2. This file was automatically generated - do not edit
  3. -#}
  4. {% extends "base.html" %}
  5. {% block extrahead %}
  6. <link rel="stylesheet" href="{{ 'assets/stylesheets/custom.00c04c01.min.css' | url }}">
  7. {% endblock %}
  8. {% block announce %}
  9. 欢迎来到 <strong>@G.R.D World</strong> on
  10. <a rel="me" href="https://space.bilibili.com/1407028951?spm_id_from=333.1007.0.0">
  11. <span class="twemoji bilibili">
  12. {% include ".icons/fontawesome/brands/bilibili.svg" %}
  13. </span>
  14. <strong>Weixin</strong>
  15. </a>
  16. and
  17. <a href="https://twitter.com/Wcowin_">
  18. <span class="twemoji twitter">
  19. {% include ".icons/fontawesome/brands/twitter.svg" %}
  20. </span>
  21. <strong>Twitter</strong>
  22. </a>
  23. <a href="https://twitter.com/Wcowin_">
  24. <span class="twemoji ">
  25. {% include ".icons/fontawesome/brands/github.svg" %}
  26. </span>
  27. <strong>Github</strong>
  28. </a>
  29. {% endblock %}
  30. {% block scripts %}
  31. {{ super() }}
  32. <script src="{{ 'assets/javascripts/custom.9458f965.min.js' | url }}"></script>
  33. {% endblock %}