File: no_data_output.html

package info (click to toggle)
ruby-jekyll-data 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 420 kB
  • sloc: ruby: 909; sh: 95; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 450 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
<!-- default.html from test-theme: -->
<div id="main">
<div class="home">
<h2 class="page-heading lang">Hello There, Welcome!</h2>
<p>This site does not have a _data directory at source.</p>

<p class="pager">
<a href="/prev/">previous</a>
<a href="/next/">next</a>
</p>
</div>

</div>
<div id="footer">
<ul>
<li><a href="/about/">About</a></li>
<li><a href="/contact-me/">Contact Me</a></li>
<li><a href="/register/">Register</a></li>
</ul>

</div>