mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-09 11:14:56 +02:00
21 lines
465 B
HTML
21 lines
465 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<a href="/docs"><span aria-hidden="true">⬅️</span> Table of contents </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> Table of contents</a>
|
|
</p>
|