conventionalcommits.org/themes/conventional-commits/layouts/about/single.html

16 lines
338 B
HTML
Raw Normal View History

2021-07-12 22:43:00 +02:00
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body class="conventional-commits--loading">
{{- partial "header.html" . -}}
{{- partial "mini_welcome.html" . -}}
<main>
<article class="container markdown-body">
{{.Content}}
</article>
</main>
{{- partial "footer.html" . -}}
{{- partial "scripts.html" . -}}
</body>
</html>