Skip to content

Commit

Permalink
fix: change little point
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainJojo committed Jun 20, 2017
1 parent 44a2159 commit 83da547
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
40 changes: 20 additions & 20 deletions _includes/icons.html
@@ -1,158 +1,158 @@
{% if include.data.rss %}
<li>
<a href class="no-link-style" ="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" title="{{ site.theme_settings.str_rss_follow }}">
<a class="no-link-style" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" title="{{ include.data.str_rss_follow }}">
<i class="fa fa-fw fa-rss"></i>
</a>
</li>
{% endif %}

{% if include.data.email_address %}
<li>
<a href class="no-link-style" ="mailto:{{ include.data.email_address }}" title="{{ site.theme_settings.str_email }}">
<a class="no-link-style" href="mailto:{{ include.data.email_address }}" title="{{ include.data.str_email }}">
<i class="fa fa-fw fa-envelope"></i>
</a>
</li>
{% endif %}

{% if include.data.behance %}
<li>
<a href class="no-link-style" ="https://www.behance.net/{{ include.data.behance }}" title="{{ site.theme_settings.str_follow_on }} Behance">
<a class="no-link-style" href="https://www.behance.net/{{ include.data.behance }}" title="{{ include.data.str_follow_on }} Behance">
<i class="fa fa-fw fa-behance"></i>
</a>
</li>
{% endif %}

{% if include.data.bitbucket %}
<li>
<a href class="no-link-style" ="https://bitbucket.org/{{ include.data.bitbucket }}" title="{{ site.theme_settings.str_follow_on }} Bitbucket">
<a class="no-link-style" href="https://bitbucket.org/{{ include.data.bitbucket }}" title="{{ include.data.str_follow_on }} Bitbucket">
<i class="fa fa-fw fa-bitbucket"></i>
</a>
</li>
{% endif %}

{% if include.data.dribbble %}
<li>
<a href class="no-link-style" ="https://dribbble.com/{{ include.data.dribbble }}" title="{{ site.theme_settings.str_follow_on }} Dribbble">
<a class="no-link-style" href="https://dribbble.com/{{ include.data.dribbble }}" title="{{ include.data.str_follow_on }} Dribbble">
<i class="fa fa-fw fa-dribbble"></i>
</a>
</li>
{% endif %}

{% if include.data.facebook %}
<li>
<a href class="no-link-style" ="https://www.facebook.com/{{ include.data.facebook }}" title="{{ site.theme_settings.str_follow_on }} Facebook">
<a class="no-link-style" href="https://www.facebook.com/{{ include.data.facebook }}" title="{{ include.data.str_follow_on }} Facebook">
<i class="fa fa-fw fa-facebook"></i>
</a>
</li>
{% endif %}

{% if include.data.flickr %}
<li>
<a href class="no-link-style" ="https://www.flickr.com/photos/{{ include.data.flickr }}" title="{{ site.theme_settings.str_follow_on }} Flickr">
<a class="no-link-style" href="https://www.flickr.com/photos/{{ include.data.flickr }}" title="{{ include.data.str_follow_on }} Flickr">
<i class="fa fa-fw fa-flickr"></i>
</a>
</li>
{% endif %}

{% if include.data.github %}
<li>
<a href class="no-link-style" ="https://github.com/{{ include.data.github }}" title="{{ site.theme_settings.str_follow_on }} GitHub">
<a class="no-link-style" href="https://github.com/{{ include.data.github }}" title="{{ include.data.str_follow_on }} GitHub">
<i class="fa fa-fw fa-github"></i>
</a>
</li>
{% endif %}

{% if include.data.google_plus %}
<li>
<a href class="no-link-style" ="https://plus.google.com/{{ include.data.google_plus }}" title="{{ site.theme_settings.str_follow_on }} Google+">
<a class="no-link-style" href="https://plus.google.com/{{ include.data.google_plus }}" title="{{ include.data.str_follow_on }} Google+">
<i class="fa fa-fw fa-google-plus"></i>
</a>
</li>
{% endif %}

{% if include.data.instagram %}
<li>
<a href class="no-link-style" ="http://instagram.com/{{ include.data.instagram }}" title="{{ site.theme_settings.str_follow_on }} Instagram">
<a class="no-link-style" href="http://instagram.com/{{ include.data.instagram }}" title="{{ include.data.str_follow_on }} Instagram">
<i class="fa fa-fw fa-instagram"></i>
</a>
</li>
{% endif %}

{% if include.data.linkedin %}
<li>
<a href class="no-link-style" ="{{ include.data.linkedin }}" title="{{ site.theme_settings.str_follow_on }} LinkedIn">
<a class="no-link-style" href="{{ include.data.linkedin }}" title="{{ include.data.str_follow_on }} LinkedIn">
<i class="fa fa-fw fa-linkedin"></i>
</a>
</li>
{% endif %}

{% if include.data.pinterest %}
<li>
<a href class="no-link-style" ="http://www.pinterest.com/{{ include.data.pinterest }}" title="{{ site.theme_settings.str_follow_on }} Pinterest">
<a class="no-link-style" href="http://www.pinterest.com/{{ include.data.pinterest }}" title="{{ include.data.str_follow_on }} Pinterest">
<i class="fa fa-fw fa-pinterest"></i>
</a>
</li>
{% endif %}

{% if include.data.reddit %}
<li>
<a href class="no-link-style" ="https://www.reddit.com/user/{{ include.data.reddit }}" title="{{ site.theme_settings.str_follow_on }} Reddit">
<a class="no-link-style" href="https://www.reddit.com/user/{{ include.data.reddit }}" title="{{ include.data.str_follow_on }} Reddit">
<i class="fa fa-fw fa-reddit"></i>
</a>
</li>
{% endif %}

{% if include.data.soundcloud %}
<li>
<a href class="no-link-style" ="https://soundcloud.com/{{ include.data.soundcloud }}" title="{{ site.theme_settings.str_follow_on }} SoundCloud">
<a class="no-link-style" href="https://soundcloud.com/{{ include.data.soundcloud }}" title="{{ include.data.str_follow_on }} SoundCloud">
<i class="fa fa-fw fa-soundcloud"></i>
</a>
</li>
{% endif %}

{% if include.data.stack_exchange %}
<li>
<a href class="no-link-style" ="{{ include.data.stack_exchange }}" title="{{ site.theme_settings.str_follow_on }} Stack Exchange">
<a class="no-link-style" href="{{ include.data.stack_exchange }}" title="{{ include.data.str_follow_on }} Stack Exchange">
<i class="fa fa-fw fa-stack-exchange"></i>
</a>
</li>
{% endif %}

{% if include.data.steam %}
<li>
<a href class="no-link-style" ="http://steamcommunity.com/id/{{ include.data.steam }}" title="{{ site.theme_settings.str_follow_on }} Steam">
<a class="no-link-style" href="http://steamcommunity.com/id/{{ include.data.steam }}" title="{{ include.data.str_follow_on }} Steam">
<i class="fa fa-fw fa-steam"></i>
</a>
</li>
{% endif %}

{% if include.data.tumblr %}
<li>
<a href class="no-link-style" ="http://{{ include.data.tumblr }}.tumblr.com/" title="{{ site.theme_settings.str_follow_on }} Tumblr">
<a class="no-link-style" href="http://{{ include.data.tumblr }}.tumblr.com/" title="{{ include.data.str_follow_on }} Tumblr">
<i class="fa fa-fw fa-tumblr"></i>
</a>
</li>
{% endif %}

{% if include.data.twitter %}
<li>
<a href class="no-link-style" ="https://twitter.com/{{ include.data.twitter }}" title="{{ site.theme_settings.str_follow_on }} Twitter">
<a class="no-link-style" href="https://twitter.com/{{ include.data.twitter }}" title="{{ include.data.str_follow_on }} Twitter">
<i class="fa fa-fw fa-twitter"></i>
</a>
</li>
{% endif %}

{% if include.data.wordpress %}
<li>
<a href class="no-link-style" ="https://{{ include.data.wordpress }}.wordpress.com/" title="{{ site.theme_settings.str_follow_on }} WordPress">
<a class="no-link-style" href="https://{{ include.data.wordpress }}.wordpress.com/" title="{{ include.data.str_follow_on }} WordPress">
<i class="fa fa-fw fa-wordpress"></i>
</a>
</li>
{% endif %}

{% if include.data.youtube %}
<li>
<a href class="no-link-style" ="https://www.youtube.com/channel/{{ include.data.youtube }}" title="{{ site.theme_settings.str_follow_on }} YouTube">
<a class="no-link-style" href="https://www.youtube.com/channel/{{ include.data.youtube }}" title="{{ include.data.str_follow_on }} YouTube">
<i class="fa fa-fw fa-youtube"></i>
</a>
</li>
Expand Down
4 changes: 4 additions & 0 deletions _posts/2017-03-28-12-factor-app.md
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions js/search.js
Expand Up @@ -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");

Expand Down Expand Up @@ -51,7 +51,7 @@ document.addEventListener("DOMContentLoaded", function(event) {


htmlArticle += '<div class="container search-logo">';
htmlArticle += ' powered by';
htmlArticle += ' search by';
htmlArticle += ' <span class="search-logo-bg"></span>';
htmlArticle += '</div>';

Expand Down

0 comments on commit 83da547

Please sign in to comment.