Replies: 2 comments 6 replies
-
Hello @pitosalas, If you need more you'd have to use theme extension: https://squidfunk.github.io/mkdocs-material/customization/#extending-the-theme mkdocs-material/src/templates/blog-post.html Lines 77 to 153 in 02bf848 |
Beta Was this translation helpful? Give feedback.
-
Thanks all. I did get it to work just the way I want!
Pito
…On Feb 3, 2024 at 8:47:01 PM, Martin Donath ***@***.***> wrote:
After looking at the code, I can say that page.meta.original would still
work, as the meta property isn't cleared, but is merged into config for
convenience (?)
We use MkDocs configuration validation features to validate the blog post
meta data, so post.config continues the validated and potentially
transformed metadata. You can still use post.meta in templates, which is
the raw input.
—
Reply to this email directly, view it on GitHub
<#6733 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAK5CIM63SCQ3TBYJGQIULYR3SBLAVCNFSM6AAAAABCXDFI2SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGNJYGAZTG>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using material and the blog plugin. As you can see from the screenshot, I get nice meta data with the post. I get the posting date and the minutes read. What if I want to add more meta data? For example one or more urls?
Beta Was this translation helpful? Give feedback.
All reactions