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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Page In Subdir</title>
</head>
<body>
<div class="page-content">
<div class="paragraph">
<p>Lorem ipsum.</p>
</div>
<div class="ulist">
<ul>
<li>
<p>docfile=/home/boutil/debian/ruby-team/ruby-jekyll-asciidoc/spec/fixtures/basic_site/subdir/page-in-subdir.adoc</p>
</li>
<li>
<p>docdir=/home/boutil/debian/ruby-team/ruby-jekyll-asciidoc</p>
</li>
<li>
<p>docname=page-in-subdir</p>
</li>
</ul>
</div>
</div>
<footer>
<p>Footer for page layout.</p>
</footer>
</body>
</html>
|