minor consistancy changes

This commit is contained in:
deepend 2020-05-06 01:50:51 -06:00
parent 219abf12d9
commit 75b9effc30
3 changed files with 32 additions and 5 deletions

View File

@ -20,6 +20,13 @@
<div class="content">
<h1>$ recently updated</h1>
<div class="grid">
<div class="row">
<div class="col">
<h2>tilde.club home pages updated in last 24 hours</h2>
<div>
There's also <a href="./tilde.24h.json">a JSON version of this data</a>; it's all updated once a minute, so hold yer damn horses, people. Also, times are in the server's time zone (GMT, it appears).<br>
@ -27,4 +34,5 @@
This script is by <a href="http://tilde.club/~delfuego/" target="_blank">~delfuego</a>
</div>
<ul>

View File

@ -3,7 +3,12 @@ $title = "tilde.club wiki";
include __DIR__."/../header.php";
?>
<h1>the tilde.club wiki</h1>
<h1>$ the tilde.club wiki</h1>
<div class="grid">
<div class="row">
<div class="col">
<p>here's the articles on our wiki:</p>
<ul>
@ -40,5 +45,9 @@ include __DIR__."/../header.php";
<?php } ?>
</ul>
</div>
</div>
<?php include __DIR__."/../footer.php";
<p>big kudos and thanks to the people who built the original tilde.club!</p>
<?php include "../footer.php"; ?>

View File

@ -14,7 +14,7 @@
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="../style.css">
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
@ -49,7 +49,7 @@ $highlighting-css$
$if(title)$
<header>
<h1 class="title">$title$</h1>
<a href="/wiki/">&lt; back to wiki home</a>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$
@ -59,7 +59,6 @@ $highlighting-css$
$for(author)$
<p class="author"><a href="/~$author$/">~$author$</a></p>
$endfor$
<hr>
$endif$
$if(date)$
@ -67,6 +66,12 @@ $highlighting-css$
$endif$
</header>
$endif$
<br>
<div class="grid">
<div class="row">
<div class="col">
$if(toc)$
$if(toc-title)$
<h2>$toc-title$</h2>
@ -82,6 +87,11 @@ $body$
$for(include-after)$
$include-after$
$endfor$
</div>
</div>
<p>big kudos and thanks to the people who built the original tilde.club!</p>
</body>
</html>