Remove uneeded looping directives
This was part of experimental phase for generating mulitple pages from one template.
This commit is contained in:
parent
179093c60d
commit
74b806f712
@ -1,9 +1,3 @@
|
||||
<!--% IF config.multipage == "true" && config.ids.count() > 0 %-->
|
||||
<!--% ELSIF config.multipage == "true" %-->
|
||||
<!--% ELSE %-->
|
||||
<!--% page_ids = ['0'] %-->
|
||||
<!--% END %-->
|
||||
<!--% FOREACH page_id IN page_ids %-->
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@ -130,4 +124,3 @@
|
||||
</footer>
|
||||
</div>
|
||||
<!-- shadow -->
|
||||
<!--% END %-->
|
||||
|
Reference in New Issue
Block a user