Fix all page
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$<include src="header.html"/>
|
||||
<h1>Recent Posts</h1>
|
||||
$<post-list limit=50/>
|
||||
$<post-list limit=2/>
|
||||
$<include src="footer.html"/>
|
||||
|
||||
Reference in New Issue
Block a user