From 57aca4f189445ade4f0b5d4891f40dde2bd7bd5f Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 21 Jun 2020 20:11:30 +0200 Subject: [PATCH] Feat: structure du site principale ok! --- pelicanconf.py | 6 ++++-- theme/templates/base.html | 30 +----------------------------- 2 files changed, 5 insertions(+), 31 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 3b837f7..d77c1fb 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -25,7 +25,7 @@ USE_GOOGLE_FONTS = False # Pages, articles and static PAGE_PATHS = ['pages'] #ARTICLE_PATHS = ['pages/Enseignement', 'Blog'] -ARTICLE_PATHS = ['Enseignements'] +ARTICLE_PATHS = ['blog'] STATIC_PATHS = ['./'] INDEX_SAVE_AS = 'blog_index.html' @@ -50,7 +50,9 @@ MENUITEMS = [ ] # Blogroll -LINKS = () +LINKS = [ + ("2019-2020", "/2019-2020/") + ] # Social widget SOCIAL = () diff --git a/theme/templates/base.html b/theme/templates/base.html index 7429562..81c63a0 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -17,10 +17,6 @@ {% endif %} - {% if USE_GOOGLE_FONTS != False %} - - {% endif %} - {% if USE_LESS %} @@ -83,6 +79,7 @@ {% if SITESUBTITLE %}

{{ SITESUBTITLE }}

{% endif %} +

Blog

Années

-

Niveaux

- -

- Thèmes -

-