From 59b95c65e61cf92f9df6df099a419f9fb2b3867a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81dric=20Aellen?= Date: Thu, 11 Dec 2014 19:23:34 +0100 Subject: [PATCH] serve iconic from a github repo --- _config.yml | 2 +- _includes/navigation.html | 2 +- index.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 4cd2b7b..625c02d 100644 --- a/_config.yml +++ b/_config.yml @@ -17,4 +17,4 @@ mapbox_token: pk.eyJ1IjoiYWxpZW5sZWJhcmdlIiwiYSI6Ik1hN3ZxVjgifQ.S2hbxqNnn7kU7HRn mapbox_mapid: alienlebarge.io3heb5m # Iconic -iconic_url: http://www.alienlebarge.ch/assets/iconic/1.7.0/ +iconic_url: http://blog.alienlebarge.ch/iconic/1.7.0 diff --git a/_includes/navigation.html b/_includes/navigation.html index fcefb0a..8df0bd0 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,7 +1,7 @@
diff --git a/index.html b/index.html index b8ab312..6891990 100644 --- a/index.html +++ b/index.html @@ -39,16 +39,16 @@

{% if paginator.next_page %}
  • - Older articles + Older articles
  • {% endif %} {% if paginator.previous_page %}
  • {% if paginator.previous_page == 1 %} - Latest articles + Latest articles {% else %} - Latest articles + Latest articles {% endif %}
  • {% endif %}