mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-05-09 15:52:08 +00:00
* Remove old Announcement about not adding any new applications to the app list * Update '.gitignore' file The generated 'site' folder, which contains the docs build result by 'mkdocs', in the same folder as 'mkdocs.yml' (i.e. under '.github' folder), so I've temporarily excluded with '.gitignore' file until we've fully migrated the docs site into another repo.
13 lines
359 B
HTML
13 lines
359 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 reworking the docs to use Hugo rather then mkdocs.
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block footer %}
|
|
{# Empty block to override the footer #}
|
|
{% endblock %}
|