Styling changes

This commit is contained in:
2018-09-20 22:23:57 +03:00
parent 6afa6d55d4
commit 06778c219a
4 changed files with 24 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>rauhala.info - $title$</title>
<link rel="stylesheet" href="/css/default.css" />
<link rel="stylesheet" href="/css/highlight.css">
</head>
<body>
<header>

View File

@ -1,7 +1,7 @@
<ul>
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
<a href="$url$">$title$</a> - $modified$
</li>
$endfor$
</ul>