Move customize inside the current template. re #73
This commit is contained in:
parent
29eb9329a0
commit
428550f27c
6 changed files with 89 additions and 129 deletions
|
@ -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>
|
||||
{{??}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue