Refactor templates and update ChaoDoc module for improved structure and clarity
This commit is contained in:
@@ -25,13 +25,15 @@
|
||||
</div>
|
||||
<div class="text-space">
|
||||
<header class="no-print">
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
</nav>
|
||||
<a href="/">/</a>
|
||||
$title$
|
||||
</header>
|
||||
<main role="main">
|
||||
<h1 class="pagetitle">$title$</h1>
|
||||
$body$
|
||||
<article>
|
||||
<section class="body">
|
||||
$body$
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
<footer></footer>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<article>
|
||||
<section class="body">
|
||||
$body$
|
||||
</section>
|
||||
</article>
|
||||
Reference in New Issue
Block a user