mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-22 22:24:00 +01:00
23 lines
468 B
HTML
23 lines
468 B
HTML
---
|
|
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>
|