Post Excerpt

An excerpt and info from a blog post

👁️ PREVIEW

Typically you'd use this with the list component, which would automatically read from posts and pass this component the parameters. But you can also use it stand-alone to manually display individual posts:

{%
  include post-excerpt.html
  lookup="example-blog-post-1"
%}
ParameterDescription

lookup

Lookup post details from posts by filename, without the YYYY-MM-DD- date prefix or .md extension.

title / etc.

The same parameters outlined in blog posts. Retrieved from lookup, or passed automatically from list component.

Last updated