Commit a1c0e1c1aea055a5cc7b7e6bee6edc0348566699

Authored by Geoffrey PREUD'HOMME
1 parent 2bb9d10e

Suppression du flux RSS

Ne fonctionne que pour les posts et pas pour les collections custom
comme les CR. Personne l'utilisait de toutes façons.
Showing 3 changed files with 0 additions and 4 deletions   Show diff stats
@@ -20,5 +20,4 @@ gem "minima", "~> 2.0" @@ -20,5 +20,4 @@ gem "minima", "~> 2.0"
20 20
21 # If you have any plugins, put them here! 21 # If you have any plugins, put them here!
22 group :jekyll_plugins do 22 group :jekyll_plugins do
23 - gem "jekyll-feed", "~> 0.6"  
24 end 23 end
@@ -50,8 +50,6 @@ defaults: @@ -50,8 +50,6 @@ defaults:
50 # Build settings 50 # Build settings
51 markdown: kramdown 51 markdown: kramdown
52 theme: minima 52 theme: minima
53 -gems:  
54 - - jekyll-feed  
55 exclude: 53 exclude:
56 - Gemfile 54 - Gemfile
57 - Gemfile.lock 55 - Gemfile.lock
@@ -19,4 +19,3 @@ permalink: /cr/ @@ -19,4 +19,3 @@ permalink: /cr/
19 {% endfor %} 19 {% endfor %}
20 </ul> 20 </ul>
21 21
22 -<p class="rss-subscribe">s'abonner <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>