forked from getzola/zola
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat _index.LANG.md as section, not page (close getzola#1694)
Display more advanced information in case of a future crash here
- Loading branch information
southerntofu
committed
Feb 25, 2022
1 parent
3dde2ce
commit a817c48
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
title = "Accueil" | ||
+++ | ||
|
||
Page d'accueil | ||
Page d'accueil. [Notre blog](@/blog/_index.fr.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
title = "Home" | ||
+++ | ||
|
||
Homepage | ||
Homepage. [Our blog](@/blog/_index.md) |