Personalized intro for each article

Hello again!

For my blog, I want to create a personalized intro for each article. The personalized text is different and not the same like the text in the article.

For example:

Do you have any idea how I can solve this issue?

You can create as many fields as you want in your text file, for example an β€œintro” field for this purpose.

Example blueprint:

title: Article

pages: true

fields:
  title:
    label: Title
    type:  title
    
  date:
    label: Date
    type: date
   
  intro:
    label: Intro
    type: textarea
  
  text:
    label: Text
    type: textarea
1 Like