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 has a _data directory at source root. It contains a <code class="language-plaintext highlighter-rouge">locale</code> subdirectory with a YAML file called <code class="language-plaintext highlighter-rouge">mu.yml</code></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>
|