mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 10:36:43 +00:00
* change documentation theme and structure * add config files * fix links * add build doc command Co-authored-by: Ruidy <rnemausat@newstore.com>
13 lines
430 B
HTML
13 lines
430 B
HTML
{{ define "main" }}
|
|
<article class="gdoc-post">
|
|
<header class="gdoc-post__header">
|
|
<h1 class="gdoc-post__title">{{ partial "utils/title" . }}</h1>
|
|
<div class="flex flex-wrap align-center gdoc-post__meta gdoc-post__meta--head">
|
|
{{ partial "posts/metadata.html" . }}
|
|
</div>
|
|
</header>
|
|
<section class="gdoc-markdown">
|
|
{{ partial "utils/content" . }}
|
|
</section>
|
|
</article>
|
|
{{ end }}
|