mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 17:06:34 +00:00
30 lines
901 B
HTML
30 lines
901 B
HTML
{#-
|
|
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 %}
|
|
Follow <strong>@Wcowin</strong> on
|
|
<a rel="me" href="https://space.bilibili.com/1407028951/lists/4566631?type=series">
|
|
<span class="twemoji bilibili">
|
|
{% include ".icons/fontawesome/brands/bilibili.svg" %}
|
|
</span>
|
|
<strong>Bilibili</strong>
|
|
</a>
|
|
and
|
|
<a href="https://twitter.com/Wcowin_">
|
|
<span class="twemoji twitter">
|
|
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
|
</span>
|
|
<strong>Twitter</strong>
|
|
</a>
|
|
{% endblock %}
|
|
{% block scripts %}
|
|
{{ super() }}
|
|
<script src="{{ 'assets/javascripts/custom.9458f965.min.js' | url }}"></script>
|
|
{% endblock %}
|
|
|
|
|
|
|