2020-05-16 02:12:21 +02:00
{% load i18n %}
2020-05-16 15:57:04 +02:00
{% load version %}
2020-05-16 02:12:21 +02:00
< footer class = "uk-padding-remove-bottom" >
< div class = "uk-text-center uk-padding uk-padding-remove-bottom uk-flex" >
< div class = "uk-align-center" >
< span class = "uk-text-small uk-text-muted" > © {% now "Y" %} GnousEU | {% trans "Designé par" %} < / span >
< a class = "uk-text-small uk-button-link" href = "https://git.gnous.eu/mael" > Mael G.< / a >
2020-05-16 18:28:47 +02:00
< span class = "uk-text-small uk-text-muted" > - {% trans "Créé par" %} < / span >
2020-05-16 02:12:21 +02:00
< a class = "uk-text-small uk-button-link" href = "https://git.gnous.eu/Romain" > Romain J.< / a >
< span class = "uk-text-small uk-text-muted" > | {% trans "Fait avec" %} < / span >
2020-06-19 00:56:31 +02:00
< a href = "http://getuikit.com" target = "_blank" class = "uk-text-small uk-button-link" > < span data-uk-icon = "uikit" class = "uk-icon" > < svg width = "20" height = "20" viewBox = "0 0 20 20" xmlns = "http://www.w3.org/2000/svg" data-svg = "uikit" > < polygon
points="14.4,3.1 11.3,5.1 15,7.3 15,12.9 10,15.7 5,12.9 5,8.5 2,6.8 2,14.8 9.9,19.5 18,14.8 18,5.3">< / polygon > < polygon points = "9.8,4.2 6.7,2.4 9.8,0.4 12.9,2.3" > < / polygon > < / svg > < / span > < / a >
2020-05-16 15:57:04 +02:00
< span class = "uk-text-small uk-text-muted" > | Version: < / span >
< a href = "https://git.gnous.eu/gnouseu/gnousdoteu/src/commit/{% version 'long' %}" target = "_blank" class = "uk-text-small uk-button-link" > {% version 'short' %}< / a >
2020-05-16 02:12:21 +02:00
< / div >
< div class = "uk-float-right" >
2020-05-16 15:36:00 +02:00
< noscript >
< style >
.need-js {
2020-06-19 00:56:31 +02:00
display: none !important;
2020-05-16 15:36:00 +02:00
}
< / style >
< / noscript >
< label class = "uk-switch need-js" for = "themeSwitcher" >
2020-05-16 02:12:21 +02:00
< input type = "checkbox" id = "themeSwitcher" name = "theme" >
2020-05-16 15:36:00 +02:00
< span class = "uk-switch-slider" > < / span >
2020-05-16 02:12:21 +02:00
< / label >
< / div >
< / div >
2020-11-05 09:51:55 +01:00
< / footer >