Replies: 2 comments 2 replies
-
|
What format do you write your pages in? If markdown/rst, you should rather just use the :title: metadata field (inside each file) and adjust your template to automatically use that as the page title/ format it as |
Beta Was this translation helpful? Give feedback.
-
|
I do not use reStructuredText enough to understand why it supports this use case, but the code makes it clear that every page must have a title, and the aforementioned error is raised when mandatory metadata is missing. I think perhaps a Setting aside the implementation details, I think this might be a good candidate as a Pelican plugin, for whomever would like to add support for this use case. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey. Most of the time i name files shortly and write the fuul title inside a file content and would like a page have slug and title extracted from it, it's like
<h1>in htmlIs it possible to set up?
Beta Was this translation helpful? Give feedback.
All reactions