ajout d'une page pour le serveur gitea
This commit is contained in:
4
templates/partials/aside.html
Normal file
4
templates/partials/aside.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{% if page.extra.aside %}
|
||||
{% set aside = load_data(path="content/" ~ page.extra.aside) %}
|
||||
{{ aside | markdown | safe }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user