mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
16 lines
189 B
Markdown
16 lines
189 B
Markdown
---
|
|
layout: ~
|
|
title: Post Excerpt Separator
|
|
excerpt_separator: "\n---\n"
|
|
---
|
|
|
|
First paragraph with [link ref][link].
|
|
|
|
Second paragraph
|
|
|
|
---
|
|
|
|
Third paragraph
|
|
|
|
[link]: https://jekyllrb.com/
|