fix sections filenames
This commit is contained in:
parent
31fadce8c5
commit
0568f54f29
@ -146,7 +146,7 @@ class Rubrique(SpipRubriques):
|
|||||||
return slugify((self.date + "-" if date else "") + self.titre)
|
return slugify((self.date + "-" if date else "") + self.titre)
|
||||||
|
|
||||||
def filename(self) -> str:
|
def filename(self) -> str:
|
||||||
return "index" + "." + self.lang + "." + EXPORTTYPE
|
return "_index" + "." + self.lang + "." + EXPORTTYPE
|
||||||
|
|
||||||
def frontmatter(self) -> str:
|
def frontmatter(self) -> str:
|
||||||
return dump(
|
return dump(
|
||||||
|
Loading…
Reference in New Issue
Block a user