You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
* fix: fix python requirement * feat: update build script and use new theme * chore: revert yml config * fix: mkdocs.yml config * chore: revert comment
12 lines
318 B
HTML
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 %}
|
|
|