Shortened process-debugging comments
authorKai Moritz <kai@juplo.de>
Sat, 16 Jul 2016 18:29:08 +0000 (20:29 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 16 Jul 2016 18:29:08 +0000 (20:29 +0200)
The comments were shortened, because the thymeleaf-parser was stumbeling
over the uncut version.

src/main/resources/META-INF/maven/site.vm

index f7e6c8b..a6055e5 100644 (file)
       #set ( $childs = $pages.get($page.uri).childs )
       #set ( $sinkhole = $page.put("childs", $childs) )
 
-      <!-- OVERWRITING PAGE - uri: $page.uri, path: $crumbs, name: "$page.name", childs: $page.childs -->
+      <!-- OVERWRITING PAGE - uri: $page.uri -->
     #else
 
-      <!-- NEW PAGE - - - - - uri: $page.uri, path: $crumbs, name: "$page.name", childs: $page.childs -->
+      <!-- NEW PAGE - - - - - uri: $page.uri -->
     #end
 
     #set ( $sinkhole = $pages.put($page.uri, $page) )