initial simple example with omd
git-svn-id: file:///srv/svn/repo/kosuzu/trunk@1 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
3
share/template/frontpage.mustache
Normal file
3
share/template/frontpage.mustache
Normal file
@@ -0,0 +1,3 @@
|
||||
## Articles
|
||||
|
||||
{{recent_texts_listing}}
|
||||
1
share/template/header.mustache
Normal file
1
share/template/header.mustache
Normal file
@@ -0,0 +1 @@
|
||||
{{title}}
|
||||
3
share/template/item.mustache
Normal file
3
share/template/item.mustache
Normal file
@@ -0,0 +1,3 @@
|
||||
{{date_human}}
|
||||
{{link}}
|
||||
{{abstract}}
|
||||
7
share/template/list.mustache
Normal file
7
share/template/list.mustache
Normal file
@@ -0,0 +1,7 @@
|
||||
### Topics
|
||||
|
||||
{{topics}}
|
||||
|
||||
### Recent articles
|
||||
|
||||
{{recent_texts_listing}}
|
||||
5
share/template/note.mustache
Normal file
5
share/template/note.mustache
Normal file
@@ -0,0 +1,5 @@
|
||||
# {{title}}
|
||||
|
||||
{{details}}
|
||||
|
||||
{{body}}
|
||||
Reference in New Issue
Block a user