]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.concatenative: write script (if any) from children.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 1 Mar 2020 20:11:31 +0000 (12:11 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 1 Mar 2020 20:11:31 +0000 (12:11 -0800)
extra/websites/concatenative/page.xml

index 8f0f46144d62d131ebd6fa8ddd9ffad7f3389ed8..936a730b64bf73b16eff80581713bbb343851586 100644 (file)
@@ -2,21 +2,23 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml">
 
-       <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
+    <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
 
         <head>
             <meta name="viewport" content="width=device-width, initial-scale=1" />
 
-                       <t:write-title />
+            <t:write-title />
 
-                       <t:style t:include="resource:basis/xmode/code2html/stylesheet.css" />
+            <t:style t:include="resource:basis/xmode/code2html/stylesheet.css" />
 
-                       <t:style t:include="resource:extra/websites/concatenative/page.css" />
+            <t:style t:include="resource:extra/websites/concatenative/page.css" />
 
-                       <t:write-style />
+            <t:write-style />
 
-                       <t:write-atom />
-               </head>
+            <t:write-script />
+
+            <t:write-atom />
+        </head>
 
         <body>
 
@@ -24,8 +26,8 @@
             <t:call-next-template />
             </div>
 
-               </body>
+        </body>
 
-       </t:chloe>
+    </t:chloe>
 
 </html>