Fix all page

This commit is contained in:
2025-10-24 23:17:26 +08:00
parent db628efba8
commit 167ca8c811
6 changed files with 29 additions and 18 deletions

View File

@@ -18,6 +18,11 @@
padding-bottom: 10px;
margin-bottom: 30px;
}
nav span {
font-size: 1.2em;
font-weight: bold;
margin-right: 20px;
}
nav a {
margin-right: 20px;
text-decoration: none;
@@ -73,6 +78,7 @@
</head>
<body>
<nav>
<span>(dis)gus' things</span>
<a href="/">Home</a>
<a href="/all">All Posts</a>
</nav>

View File

@@ -1,4 +1,4 @@
$<include src="header.html"/>
<h1>Recent Posts</h1>
$<post-list limit=50/>
$<post-list limit=2/>
$<include src="footer.html"/>