mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 10:55:16 +01:00
16 lines
338 B
HTML
16 lines
338 B
HTML
|
<!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>
|