-
+ {{#each pages}}
+
- + {{#if sectionTitle}} + + Section: {{sectionTitle}} + + {{/if}} + {{title}} + + +{{linesAdded}} −{{linesDeleted}} + + + {{/each}} +
From 9b9860cb8b794ec84a9757ca4da170c2f92e7a06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ju=CC=88rgen=20Rudigier?=
About this page
-
{{#if hasHistoryEntries}}
No pages with merge history were found.
+ {{/if}} +
+ Select the pages that should appear in the home page recent changes list. Copy the generated configuration into config/recent-pages.js, then restart npm start or run npm run build so the home page picks up the changes. Author, date, and commit details come from the selected merge.
+
No pages with merge history were found.
{{/if}} + + {{#if showConfigurator}} ++ Each row shows the latest merge that changed more than three lines in that page file. Pages without such a revision appear at the end. +
+ + {{#if pages}} +| Last revision | +Section | +Page | +Changes | +Author | +
|---|---|---|---|---|
| + {{#if changedTimestamp}} + + {{else}} + No substantial revision + {{/if}} + | ++ {{#if sectionTitle}} + + Section: {{sectionTitle}} + + {{/if}} + | ++ {{title}} + | ++ {{#if linesChanged}} + + +{{linesAdded}} −{{linesDeleted}} + + {{else}} + — + {{/if}} + | ++ {{#if changedBy}} + {{> "content/author/author" name=changedBy gravatarUrl=gravatarUrl className="all-pages__author"}} + {{else}} + + {{/if}} + | +
No pages were found.
+ {{/if}} +
- Select the pages that should appear in the home page recent changes list. Copy the generated configuration into config/recent-pages.js, then restart npm start or run npm run build so the home page picks up the changes. Author, date, and commit details come from the selected merge.
+ Select the pages that should appear in the home page recent changes list. Copy the generated configuration below into config/recent-pages.js, then restart npm start or run npm run build so the home page picks up the changes. Author, date, and commit details come from the selected merge.
- Select the pages that should appear in the home page recent changes list. Copy the generated configuration below into config/recent-pages.js, then restart npm start or run npm run build so the home page picks up the changes. Author, date, and commit details come from the selected merge.
+ Select the pages that should appear in the home page recent changes list. Copy the generated configuration below into config/recent-pages.js, then restart npm run dev or run npm run build so the home page picks up the changes. Author, date, and commit details come from the selected merge.