mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
14 lines
535 B
HTML
14 lines
535 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block header %}
|
|
{{ super() }}
|
|
<div style="color: red; text-align: center; padding: 10px; font-size: 20px;">
|
|
<strong>Announcement:</strong> We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.
|
|
<strong>Announcement:</strong> We are currently reworking the docs to use Hugo rather then mkdocs.
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block footer %}
|
|
{# Empty block to override the footer #}
|
|
{% endblock %}
|