start moving devlog content from discord

This commit is contained in:
CJ van den Berg 2025-04-14 23:28:21 +02:00
parent 8985cf6ec9
commit e600b0d7c0
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
15 changed files with 312 additions and 1 deletions

View file

@ -34,7 +34,6 @@
</head>
<body id="body">
<h1 class="title" :text="$page.title"></h1>
<div :html="$page.contentSection('about')"></div>
<div class="feed" :loop="$page.contentSections().slice(1)">
<div id="$loop.it.id">
<span :text="$loop.it.id.parseDate().format('January 02, 2006')"></span>
@ -42,4 +41,5 @@
<ctx :html="$loop.it.htmlNoHeading()"></ctx>
</div>
</div>
<div :html="$page.contentSection('about')"></div>
</body>