Replies: 1 comment 1 reply
-
What do you mean by “use these attributes elsewhere”? How are you going to use them? I’d also consider using a page loader for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am converting some of my Wordpress blog posts to Framework:
Given that:
title
, like:date
,categories
, andtags
.Wish: use these attributes elsewhere and anywhere in subsequent md files. Especially the
date
value, as it is the posts’s publish date.Alternative: in post processing (step 3 above), convert the date (if present) to a proper md element (e.g. a subtitle).
Thoughts?
Related to #1199
Beta Was this translation helpful? Give feedback.
All reactions