From 4e429e8a7e5664bdacc5550d82cbf4dcc938e6b1 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Thu, 4 Dec 2014 23:56:45 -0500 Subject: Add font awesome --- static/main.css | 4 ++++ templates/layout.html | 5 +++-- templates/news/list.html | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/static/main.css b/static/main.css index f4f67c7..d79fb50 100644 --- a/static/main.css +++ b/static/main.css @@ -16,3 +16,7 @@ article > header { margin-bottom: 2em; } + +nav .fa { + margin-left: 0.5em; +} diff --git a/templates/layout.html b/templates/layout.html index 6b67943..efaa7af 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -4,6 +4,7 @@ {% block title %}Site de la famille{% endblock %} + @@ -17,8 +18,8 @@
  • Articles
  • diff --git a/templates/news/list.html b/templates/news/list.html index 786ae4e..6385004 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -22,7 +22,7 @@ {% endif %}

    - {{"Commentaire"|pluralize(news.ncomments)}} + {{"Commentaire"|pluralize(news.ncomments)}}

    Posté par {{news.user_name}} le {{news.date|format_date}}

    -- cgit v1.2.3-70-g09d2