Skip to content
Snippets Groups Projects
Commit d3298cbe authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

active rss

parent f25ff531
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ compile_sass = true ...@@ -3,6 +3,8 @@ compile_sass = true
highlight_code = true highlight_code = true
build_search_index = true build_search_index = true
default_language = "fr" default_language = "fr"
generate_feed = true
feed_filename = "rss.xml"
taxonomies = [ taxonomies = [
{name = "authors"}, {name = "authors"},
......
...@@ -3,4 +3,4 @@ title = "Actualités" ...@@ -3,4 +3,4 @@ title = "Actualités"
template = "feed.html" template = "feed.html"
+++ +++
Vous trouverez ici les actualités relatives au projet Duniter. (trier par [Auteur](/authors), [Tag](/tags), [Catégorie](/category)) Vous trouverez ici les actualités relatives au projet Duniter. (trier par [Auteur](/authors), [Tag](/tags), [Catégorie](/category)). Abonnez-vous au [<i class="fa fa-rss"></i> flux rss](/rss.xml).
\ No newline at end of file \ No newline at end of file
{% extends "index.html" %} {% extends "index.html" %}
{% block extrahead %}
<link rel="alternate" type="application/rss+xml" title="S'abonner via RSS" href="/rss.xml" />
{% endblock %}
{% block content %} {% block content %}
<main class="w3-container w3-margin-mobile"> <main class="w3-container w3-margin-mobile">
<div class="w3-margin"> <div class="w3-margin">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment