1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00

Merge branch 'testing' into add-conf

This commit is contained in:
Éric Gaspar 2023-12-27 14:56:45 +01:00
commit 85030c23c8
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ Pelican is a static site generator written in Python.
* Completely static output is simple to host anywhere
**Shipped version:** 4.9.1 ~ynh1
**Shipped version:** 4.9.1~ynh1
## Documentation and resources
* Official app website: <https://blog.getpelican.com>

View file

@ -24,7 +24,7 @@ Pelican est un générateur de sites statiques écrit en Python.
* Sortie statique simple à héberger n'importe où
**Version incluse :** 4.9.1 ~ynh1
**Version incluse :** 4.9.1~ynh1
## Documentations et ressources
* Site officiel de lapp : <https://blog.getpelican.com>

View file

@ -5,7 +5,7 @@ name = "Pelican"
description.en = "Static Site Generator"
description.fr = "Générateur de blog statique"
version = "4.9.1 ~ynh1"
version = "4.9.1~ynh1"
maintainers = ["Ylies Chahi"]