File: page-in-subdir.html

package info (click to toggle)
ruby-jekyll-asciidoc 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,536 kB
  • sloc: ruby: 1,802; sh: 36; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
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>