new style

This commit is contained in:
Never Gude 2026-02-20 18:55:08 +01:00
parent fe287b89b7
commit 55adb103cc
13 changed files with 193 additions and 170 deletions

View file

@ -35,15 +35,15 @@ $endif$
$endif$
</head>
<body>
$for(include-before)$
$include-before$
$endfor$
<canvas id="tv-screen"></canvas>
<div id="page">
<header id="page-header">
<a class="page-header-button" href="index.html">Home</a>
<a class="rss-button" href="rss.xml">RSS Feed</a>
</header>
$for(include-before)$
$include-before$
$endfor$
<main id="page">
$if(title)$
<header id="title-block-header">
<h1 class="title">$title$</h1>
@ -63,7 +63,6 @@ $abstract$
</div>
$endif$
</header>
<section id="content">
$endif$
$if(toc)$
<nav id="$idprefix$TOC" role="doc-toc">
@ -78,41 +77,41 @@ $body$
</article>
$if(articles)$
<nav id="articles">
<h2>Articles</h2>
<h1>Articles</h1>
<ul>
$for(articles)$
<li>
<div class="articles-header">
<header class="articles-header">
$if(articles.title)$
<a href="$articles.filename$.html" class="articles-title">$articles.title$</a>
$endif$
</div>
</header>
$if(articles.summary)$
<p class="articles-summary">$articles.summary$</p>
$endif$
<div class="articles-footer">
<footer class="articles-footer">
$if(articles.author)$
<div class="articles-author">$articles.author$</div>
$endif$
$if(articles.date)$
<div class="articles-date">$articles.date$</div>
$endif$
</div>
</footer>
</li>
$endfor$
</ul>
</nav>
$endif$
</section>
</main>
<footer id="page-footer">
<nav id="webring">
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
</nav>
</footer>
$for(include-after)$
$include-after$
$endfor$
<footer id="page-footer">
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
</div>
</footer>
</div>
</body>
</html>