mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
16 lines
388 B
HTML
16 lines
388 B
HTML
<!DOCTYPE html>
|
|
<html class="{{ if .Site.Language.Params.rtl }}rtl{{ end }}">
|
|
{{- partial "head.html" . -}}
|
|
<body class="conventional-commits--loading">
|
|
{{- partial "header.html" . -}}
|
|
{{- partial "welcome.html" . -}}
|
|
<main>
|
|
<article class="container markdown-body">
|
|
{{.Content}}
|
|
</article>
|
|
</main>
|
|
{{- partial "footer.html" . -}}
|
|
{{- partial "scripts.html" . -}}
|
|
</body>
|
|
</html>
|