Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 959 Bytes

post-excerpt.md

File metadata and controls

18 lines (13 loc) · 959 Bytes
description
An excerpt and info from a blog post

Post Excerpt

👁️ 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
lookupLookup 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.