Files
documentation/overrides/main.html
CXM 1ca06a3097 feat:new theme (#191)
* fix: fix python requirement

* feat: update build script and use new theme

* chore: revert yml config

* fix: mkdocs.yml config

* chore: revert comment
2022-03-29 06:59:38 -04:00

12 lines
318 B
HTML

{% extends "base.html" %}
<!-- Announcement bar -->
{% block announce %}
<a href="https://www.armbian.com/newsflash/armbian-needs-your-help/">
<span class="twemoji twitter">
{% include ".icons/fontawesome/solid/bullhorn.svg" %}
</span> <strong>Armbian needs your help!</strong>
</a>
{% endblock %}