UNPKG
jekyll
Version:
latest (3.0.0-beta1)
3.0.0-beta1
A blog-aware, static site generator in Ruby
github.com/jekyll/jekyll
jekyll/jekyll
jekyll
/
test
/
source
/
_posts
/
2013-04-11-custom-excerpt.markdown
10 lines
(7 loc)
•
154 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
---
layout:
~
excerpt:
'I can set a custom excerpt'
---
This
is
not
my
excerpt.
Neither
is
this.
I can use the excerpt:
<quote>{{page.excerpt}}</quote>