diff --git a/pages/05.community/40.press_kit/press_kit.md b/pages/05.community/40.press_kit/press_kit.md index 1c41b1c2..91e61448 100644 --- a/pages/05.community/40.press_kit/press_kit.md +++ b/pages/05.community/40.press_kit/press_kit.md @@ -9,9 +9,9 @@ routes: - '/communication' --- -! TODO: Add logo and kakemono file -! TODO: Add kakemono photo <https://matrix-client.matrix.org/_matrix/media/r0/download/pijean.ovh/TqtyOjqllOeSXYziawxeGzIP> -! TODO: Add "About YunoHost" section +! TODO: Add logo and kakemono file +! TODO: Add kakemono photo https://matrix-client.matrix.org/_matrix/media/r0/download/pijean.ovh/TqtyOjqllOeSXYziawxeGzIP +! TODO: Add "About YunoHost" section ! TODO: Add email contact ## Talks / conf @@ -26,7 +26,7 @@ routes: - (FR) [Université de technologie de compiègne 2017 – Agir pour un internet éthique – LJF](http://webtv.utc.fr/watch_video.php?v=O34AA7RBR1AH) - (EN) [FOSDEM 2017 – Internet Cube – kload](https://archive.fosdem.org/2017/schedule/event/internet_cube/) - (EN) [FOSDEM 2017 – YunoHost – Bram](https://archive.fosdem.org/2017/schedule/event/yunohost/) -- (FR) [Capitole du libre 2016 – 1 an et ½ de Brique Internet – Bram](http://videos2016.capitoledulibre.org/communaute-du-libre/bram-1-an-et-demi-de-brique-internet.mp4) +- (FR) [Capitole du libre 2016 – 1 an et ½ de Brique Internet – Bram](https://toulibre.org/pub/2016-11-19-capitole-du-libre/videos/communaute-du-libre/bram-1-an-et-demi-de-brique-internet.mp4) - (FR) [PSES 2015 - La Brique Internet](http://www.youtube.com/watch?v=NCRn0yRfkIE) - (FR) [THSF 2015 – beudbeud](https://vimeo.com/128055751) - (FR) [RMLL 2014 - Hébergez-vous ! – kload & beudbeud]() diff --git a/pages/07.help/help.fr.md b/pages/07.help/help.fr.md index 51c00906..896fa861 100644 --- a/pages/07.help/help.fr.md +++ b/pages/07.help/help.fr.md @@ -7,7 +7,7 @@ routes: default: '/help-me' --- -Bien que les personnes contribuant à YunoHost essaient continuellement de l'améliorer, YunoHost ou sa documentation ne sont exempts de bugs ou d'erreurs. Pour nous aider à vous aider, vous devez cependant suivre ces instructions. +Bien que les personnes contribuant à YunoHost essaient continuellement de l'améliorer, YunoHost, ses packages ou sa documentation ne sont exempts de bugs ou d'erreurs. Pour nous aider à vous aider, vous devez cependant suivre ces instructions. ## À faire diff --git a/pages/07.help/help.md b/pages/07.help/help.md index 97e9094e..a35fe2ef 100644 --- a/pages/07.help/help.md +++ b/pages/07.help/help.md @@ -7,7 +7,7 @@ routes: default: '/help-me' --- -Even though YunoHost contributors try to continuously perfect it, YunoHost itself or this documentation are not free from bugs or flaw. To let us help you, however, you need to follow these guidelines. +Even though YunoHost contributors try to continuously perfect it, YunoHost itself, its packages or this documentation are not free from bugs or flaw. To let us help you, however, you need to follow these guidelines. ## Dos diff --git a/themes/yunohost-docs/templates/partials/footer.html.twig b/themes/yunohost-docs/templates/partials/footer.html.twig new file mode 100644 index 00000000..b6620d1e --- /dev/null +++ b/themes/yunohost-docs/templates/partials/footer.html.twig @@ -0,0 +1,6 @@ +<section id="footer" class="section"> + <section class="container grid-xl"> + <p>Powered by <a href="http://getgrav.org">Grav</a> + <i class="fa fa-code"></i> with <i class="fa fa-heart-o pulse "></i> by <a href="https://trilby.media">Trilby Media</a>. + • <a href="https://forum.yunohost.org/tos">Terms of Service</a></p> + </section> +</section> \ No newline at end of file