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
|
<!-- test.html from test-theme: -->
<div id="main">
<div class="home">
<h2 class="page-heading lang">Site Details</h2>
<p>This site does not have a _data directory at source.</p>
<div>
<p>Is logo enabled? logo.png</p>
<p>Theme Variant: Charcoal</p>
<p>Show recent posts in a: list</p>
<p>Max no. of recent posts: 4</p>
</div>
</div>
</div>
<div class="sidebar">[--SIDEBAR CODE HERE--]</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>
|