mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
feat: Added Unified file system / default layout mounts.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{{<base}}
|
||||
{{$content}}
|
||||
<main>
|
||||
<header>
|
||||
{{&body}}
|
||||
</header>
|
||||
<ul>
|
||||
{{#list_pages}} <li><a href="{{permalink}}">{{&title}}</a><span>{{#date_iso}}<time
|
||||
datetime="{{date_iso}}">{{date_display}}</time>{{/date_iso}}</span>
|
||||
</li>
|
||||
{{/list_pages}}
|
||||
</ul>
|
||||
</main>
|
||||
{{/content}}
|
||||
{{/base}}
|
||||
Reference in New Issue
Block a user