mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-07-01 11:05:32 +02:00
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:
parent
3f2d1ee37b
commit
0f1a5a2887
4 changed files with 10 additions and 10 deletions
|
@ -8,9 +8,9 @@
|
|||
<title>CrispyPin.cc</title>
|
||||
</head>
|
||||
<body>
|
||||
&include(header.html)
|
||||
<include header.html/>
|
||||
<h1>Homepage</h1>
|
||||
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.</p>
|
||||
&include(footer.html)
|
||||
<include footer.html/>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue