start moving devlog content from discord
This commit is contained in:
parent
8985cf6ec9
commit
e600b0d7c0
15 changed files with 312 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue