If you no longer need different pages for more and more, but simply more, but you want to use them more in the content list. You can simply add your data to the description metadata attribute of description as follows:
--- cson title: 'Awesome Pages Post" layout: "default" description: """ Before more content goes here """ --- After more content (the actual page content) goes here.
You can then display the description in your content list by following these steps:
<%- post.description or post.contentRenderedWithoutLayouts %>
What will happen in the case of a full description if the description is not defined.
If you want your description to be displayed, you have covered the text plugin . Change the metadata description as follows:
description: """ <t render="markdown">With the text plugin **you can render anything providing you have the plugins installed!**</t> """
balupton
source share