working on getting ori.md files working

This commit is contained in:
sashinexists
2024-12-06 16:58:35 +11:00
parent cf86ed83fd
commit bbc3f19c83
13 changed files with 121 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
<article class="article">
<header class="article-header">
<h1 class="article-title">${ _/title }</h1>
<!-- <div class="article-last-updated-date">${ _/slug}</div> -->
</header>
<section class="article-content">
${ mdHtml(_/@text) }
</section>
</article>