mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-06 13:26:36 +02:00
add website as monorepo package and migrate to 11ty :)
This commit is contained in:
22
packages/website/_includes/doc.html
Normal file
22
packages/website/_includes/doc.html
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<a href="/docs"><span aria-hidden="true">⬅️</span> Documentation Index</a>
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="post-title">{{ title }}</h1>
|
||||
</header>
|
||||
<!-- <time datetime="{{ page.date | htmlDateString }}" class="post-meta">🗓 {{ page.date | date: "%B %d, %Y" }}</time> -->
|
||||
|
||||
<div class="post-content">{{ content | safe }}</div>
|
||||
|
||||
</article>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
<p>
|
||||
<a href="/docs"><span aria-hidden="true">⬅️</span> Documentation Index</a>
|
||||
</p>
|
Reference in New Issue
Block a user