Move customize inside the current template. re #73

This commit is contained in:
Sébastien Lucas 2013-06-27 08:27:29 +02:00
parent 29eb9329a0
commit 428550f27c
6 changed files with 89 additions and 129 deletions

View file

@ -6,10 +6,10 @@
{{? it.containsBook == 0}}
<article>
<div class="frontpage">
<a href="{{=entry.navlink}}">
{{? entry.navlink != "#"}}<a href="{{=entry.navlink}}">{{?}}
<h2>{{=htmlEscape (entry.title)}}</h2>
<h4>{{=entry.content}}</h4>
</a>
{{? entry.navlink != "#"}}</a>{{?}}
</div>
</article>
{{??}}