diff --git a/_data/i18n/en.yml b/_data/i18n/en.yml
index c15a82b..c453900 100644
--- a/_data/i18n/en.yml
+++ b/_data/i18n/en.yml
@@ -21,5 +21,7 @@ global_pages:
text: All the tags
- url: /Special:AllPages
text: All the pages
+ - url: /Special:RecentChanges
+ text: Recent changes
- url: /Special:ListUsers
text: All the users
diff --git a/_data/i18n/fr.yml b/_data/i18n/fr.yml
index 656d123..1fbb066 100644
--- a/_data/i18n/fr.yml
+++ b/_data/i18n/fr.yml
@@ -21,5 +21,7 @@ global_pages:
text: Toutes les catégories
- url: /Special:AllPages
text: Tous les pages
+ - url: /Special:RecentChanges
+ text: Modifications récentes
- url: /Special:ListUsers
text: Tous les utilisateurs
diff --git a/_global/Special:AllPages.html b/_global/Special:AllPages.html
index c21026a..b501785 100644
--- a/_global/Special:AllPages.html
+++ b/_global/Special:AllPages.html
@@ -7,7 +7,7 @@ menu: ['global']
{%- for page in wiki_pages -%}
-
- {{ page.title }}
+ {{ page.title }}
{%- if page.author -%} (by {{ page.author }}) {%- endif -%}
{%- endfor -%}
diff --git a/_global/Special:RecentChanges.html b/_global/Special:RecentChanges.html
new file mode 100644
index 0000000..677e117
--- /dev/null
+++ b/_global/Special:RecentChanges.html
@@ -0,0 +1,15 @@
+---
+layout: default
+title: Recent changes
+menu: ['global']
+---
+{%- include /functions/wiki-pages.html -%}
+{%- assign recent_changes = wiki_pages | where_exp: 'page', 'page.modified' | sort: 'modified' | reverse -%}
+
+{%- for page in recent_changes limit:20 -%}
+ -
+ {{ page.title }}
+ - {{ page.modified }}
+
+{%- endfor -%}
+
diff --git a/_wiki-legacy/Old.html b/_wiki-legacy/Old.html
index d38f528..997480a 100644
--- a/_wiki-legacy/Old.html
+++ b/_wiki-legacy/Old.html
@@ -4,11 +4,11 @@ title: Old Page
tags: Example
toc: false
author: Alexis
-created: 2009-04-12
-modified: 2009-04-12
+created: 2009-01-01
+modified: 2009-01-01
revisions:
- author: Alexis
- date: 2009-04-12
+ date: 2009-01-01
comment: First version
---
Old
diff --git a/_wiki/New-Adoc.adoc b/_wiki/New-Adoc.adoc
index a666ca1..3126f63 100644
--- a/_wiki/New-Adoc.adoc
+++ b/_wiki/New-Adoc.adoc
@@ -5,7 +5,7 @@ tags: Example
toc: false
author: Alexis
created: 2009-04-12
-modified: 2009-04-12
+modified: 2009-05-01
revisions:
- author: Alexis
date: 2009-04-12
diff --git a/_wiki/New.md b/_wiki/New.md
index 21352db..a9a4c54 100644
--- a/_wiki/New.md
+++ b/_wiki/New.md
@@ -5,7 +5,7 @@ tags: Example
toc: false
author: Alexis
created: 2009-04-12
-modified: 2009-04-12
+modified: 2009-05-04
revisions:
- author: Alexis
date: 2009-04-12