Archived
1
0

update templates, add docs to some

This commit is contained in:
jeff
2015-08-05 07:45:16 -04:00
parent 9f370d3985
commit 7b286140b3
12 changed files with 86 additions and 32 deletions

View File

@@ -1,6 +1,12 @@
{{!
ukko.mustache -- overboard, contains the last threads posted regardless of newsgroup
template parameters:
- prefix ( site prefix )
- threads ( a list of Thread Models that represent the latest threads )
}}
<html>
<head>
<title> ukko </title>
<title> ukko / overboard </title>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
</head>