serious updates
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
periodically for information on new releases, design considerations, known bugs, etc. You can think of it as a miniblog.
|
||||
</div>
|
||||
<div class="text">
|
||||
<b>2024-3-11:</b> Model updates, and now this site can actually be built by the latest sitix updates :D.
|
||||
<br><br>
|
||||
<b>2024-3-10:</b> Now the project-object model is a LOT better. When a lookup fails for something that is also a valid filename, that file is loaded as an object
|
||||
(so subsequent lookups will find it). This means it's possible to replicate the behavior of \[#file] with \[^file], although because of child-access you need to
|
||||
escape the filename (like <code>\[^directory/file\\.html]</code>). The latter also allows accessing objects inside a file without rendering that file. The old include
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<a href="[^baseurl]"><img src="[^baseurl]/res/sitix-large.png"/></a>
|
||||
<div>
|
||||
[f pages i]
|
||||
<a href="[^baseurl]/pages/[^i.filename]">[^i.title]</a>
|
||||
<a href="[^baseurl]/[^i.filename]">[^i.title]</a>
|
||||
[/]
|
||||
</div>
|
||||
</div>
|
||||
@@ -51,7 +51,7 @@
|
||||
<b>Places in This Site</b><br>
|
||||
<a href="[^baseurl]">Home</a><br>
|
||||
[f pages i]
|
||||
<a href="[^baseurl]/pages/[^i.filename]">[^i.title]</a><br>
|
||||
<a href="[^baseurl]/[^i.filename]">[^i.title]</a><br>
|
||||
[/]
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user