diff --git a/_includes/icons.html b/_includes/icons.html index 5109db2cb..b06bb33a9 100644 --- a/_includes/icons.html +++ b/_includes/icons.html @@ -1,6 +1,6 @@ {% if include.data.rss %}
  • - +
  • @@ -8,7 +8,7 @@ {% if include.data.email_address %}
  • - +
  • @@ -16,7 +16,7 @@ {% if include.data.behance %}
  • - +
  • @@ -24,7 +24,7 @@ {% if include.data.bitbucket %}
  • - +
  • @@ -32,7 +32,7 @@ {% if include.data.dribbble %}
  • - +
  • @@ -40,7 +40,7 @@ {% if include.data.facebook %}
  • - +
  • @@ -48,7 +48,7 @@ {% if include.data.flickr %}
  • - +
  • @@ -56,7 +56,7 @@ {% if include.data.github %}
  • - +
  • @@ -64,7 +64,7 @@ {% if include.data.google_plus %}
  • - +
  • @@ -72,7 +72,7 @@ {% if include.data.instagram %}
  • - +
  • @@ -80,7 +80,7 @@ {% if include.data.linkedin %}
  • - +
  • @@ -88,7 +88,7 @@ {% if include.data.pinterest %}
  • - +
  • @@ -96,7 +96,7 @@ {% if include.data.reddit %}
  • - +
  • @@ -104,7 +104,7 @@ {% if include.data.soundcloud %}
  • - +
  • @@ -112,7 +112,7 @@ {% if include.data.stack_exchange %}
  • - +
  • @@ -120,7 +120,7 @@ {% if include.data.steam %}
  • - +
  • @@ -128,7 +128,7 @@ {% if include.data.tumblr %}
  • - +
  • @@ -136,7 +136,7 @@ {% if include.data.twitter %}
  • - +
  • @@ -144,7 +144,7 @@ {% if include.data.wordpress %}
  • - +
  • @@ -152,7 +152,7 @@ {% if include.data.youtube %}
  • - +
  • diff --git a/_posts/2017-03-28-12-factor-app.md b/_posts/2017-03-28-12-factor-app.md index befada65c..c4df59e26 100644 --- a/_posts/2017-03-28-12-factor-app.md +++ b/_posts/2017-03-28-12-factor-app.md @@ -13,6 +13,10 @@ image: height: 100 width: 100 --- + +![alt text](/assets/12app.png) + + ## Qu'est-ce que le "12 Factor app" Le "12 Factor app" est un manifeste qui propose 12 bonnes pratiques concernant le développement d'applications web. diff --git a/js/search.js b/js/search.js index 8168fd98f..4b4eb52f3 100644 --- a/js/search.js +++ b/js/search.js @@ -22,7 +22,7 @@ document.addEventListener("DOMContentLoaded", function(event) { Object.keys(content.hits).map(function(key){ var hit = content.hits[key]; - if (hit.type == 'document') { + if (hit.type == 'document' && hit.layout != 'author') { var date = new Date(hit.date); date = moment(date).format("MMMM DD, YYYY"); @@ -51,7 +51,7 @@ document.addEventListener("DOMContentLoaded", function(event) { htmlArticle += '';