diff --git a/caotek_mesavoirs/static/img/instagram.png b/caotek_mesavoirs/static/img/instagram.png new file mode 100644 index 0000000..1e32e18 Binary files /dev/null and b/caotek_mesavoirs/static/img/instagram.png differ diff --git a/caotek_mesavoirs/templates/home.pt b/caotek_mesavoirs/templates/home.pt index 72d7713..9669b15 100644 --- a/caotek_mesavoirs/templates/home.pt +++ b/caotek_mesavoirs/templates/home.pt @@ -1,23 +1,25 @@
-
- cover_image -
- -

Derniers posts

-

- Voir les archives | Créer un nouveau post -

-
- - - - - - -
${ligne.cree_le.strftime("%Y")}${ligne.cree_le.strftime("%d %b")}${ligne.intitule}
+
+
+
+ cover_image +
+
+

Derniers posts

+

+ Voir les archives | Créer un nouveau post +

+ + + + + + +
${ligne.cree_le.strftime("%d %b")}${ligne.intitule}
+
diff --git a/caotek_mesavoirs/templates/layouts/global_layout.pt b/caotek_mesavoirs/templates/layouts/global_layout.pt index d095798..881c954 100644 --- a/caotek_mesavoirs/templates/layouts/global_layout.pt +++ b/caotek_mesavoirs/templates/layouts/global_layout.pt @@ -91,6 +91,8 @@

Restructured Text cheat sheet (reST)
Markdown basic syntax (md)
+ +


© 2017 - Phuoc Cao |  diff --git a/caotek_mesavoirs/views/default.py b/caotek_mesavoirs/views/default.py index 662275e..97c4905 100644 --- a/caotek_mesavoirs/views/default.py +++ b/caotek_mesavoirs/views/default.py @@ -79,7 +79,7 @@ def home(request): items = get_docs_bytheme(request, 'BLOG') return { - 'page_title': "Blog d'un ancien geek", + 'page_title': "Un geek à la retraite", 'items': items, 'id_photo': id_photo, }