1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
<!DOCTYPE html>
<html>
<head>
<title>Post Excerpts</title>
</head>
<body>
<div class="index">
<h1>Posts</h1>
<ul class="posts">
<li data-slug="standalone-layout">
<h2><a href="/2018/01/11/standalone-layout.html">Standalone</a></h2>
<p class="excerpt"><div class="paragraph">
<p>Excerpt of post with standalone layout.</p>
</div></p>
</li>
<li data-slug="with-liquid">
<h2><a href="/2018/01/10/with-liquid.html">With Liquid</a></h2>
<p class="excerpt"><div class="paragraph">
<p>With Liquid</p>
</div></p>
</li>
<li data-slug="no-liquid">
<h2><a href="/2018/01/09/no-liquid.html">No Liquid</a></h2>
<p class="excerpt"><div class="paragraph">
<p>{{ page.title }}</p>
</div></p>
</li>
<li data-slug="header-only">
<h2><a href="/2018/01/08/header-only.html">AsciiDoc Header Only</a></h2>
<p class="excerpt"></p>
</li>
<li data-slug="blank-excerpt">
<h2><a href="/2018/01/07/blank-excerpt.html">Blank Excerpt</a></h2>
<p class="excerpt"></p>
</li>
<li data-slug="excerpt-in-front-matter">
<h2><a href="/2018/01/06/excerpt-in-front-matter.html">Excerpt in Header</a></h2>
<p class="excerpt"><div class="paragraph">
<p>This is the <em>excerpt</em>.</p>
</div></p>
</li>
<li data-slug="excerpt-in-header">
<h2><a href="/2018/01/05/excerpt-in-header.html">Excerpt in Header</a></h2>
<p class="excerpt"><div class="paragraph">
<p>This is the <em>excerpt</em>.</p>
</div></p>
</li>
<li data-slug="multiple-paragraphs-only">
<h2><a href="/2018/01/04/multiple-paragraphs-only.html">Multiple Paragraphs Only</a></h2>
<p class="excerpt"><div class="paragraph">
<p>This is the <em>excerpt</em>.</p>
</div></p>
</li>
<li data-slug="single-paragraph-only">
<h2><a href="/2018/01/03/single-paragraph-only.html">Paragraph Only</a></h2>
<p class="excerpt"><div class="paragraph">
<p>This is the excerpt and body text.</p>
</div></p>
</li>
<li data-slug="header-and-multiple-paragraphs">
<h2><a href="/2018/01/02/header-and-multiple-paragraphs.html">Header and Multiple Paragraphs</a></h2>
<p class="excerpt"><div class="paragraph">
<p>This is the excerpt.</p>
</div></p>
</li>
<li data-slug="header-and-single-paragraph">
<h2><a href="/2018/01/01/header-and-single-paragraph.html">Header and Single Paragraph</a></h2>
<p class="excerpt"><div class="paragraph">
<p>This is the excerpt and body text.</p>
</div></p>
</li>
</ul>
</div>
</body>
</html>
|