switch to a more HTML-friendly <include file.html/> style of includes, fix include markers ending in more than 1 character

This commit is contained in:
Crispy 2021-06-25 01:44:56 +02:00
parent 3f2d1ee37b
commit 0f1a5a2887
4 changed files with 10 additions and 10 deletions

View file

@ -8,8 +8,8 @@
<title>Document</title>
</head>
<body>
&include(header.html)
<include header.html/>
<p>fractals go here woo</p>
&include(footer.html)
<include footer.html/>
</body>
</html>