Refactor templates and update ChaoDoc module for improved structure and clarity
This commit is contained in:
@@ -89,10 +89,9 @@ html body div.text-space main ul.post-list {
|
||||
header {
|
||||
font-weight: 400;
|
||||
font-family: "IosevkaC", sans-serif;
|
||||
}
|
||||
nav a {
|
||||
display: inline-block;
|
||||
font-size: 2rem;
|
||||
text-decoration: none;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
.uri {
|
||||
|
||||
@@ -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