Styling changes
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
<ul>
 | 
			
		||||
    $for(posts)$
 | 
			
		||||
        <li>
 | 
			
		||||
            <a href="$url$">$title$</a> - $date$
 | 
			
		||||
            <a href="$url$">$title$</a> - $modified$
 | 
			
		||||
        </li>
 | 
			
		||||
    $endfor$
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user