first commit

This commit is contained in:
2024-01-13 04:52:54 +01:00
commit b0c82326a8
8 changed files with 165 additions and 0 deletions

12
layouts/index.html Normal file
View File

@@ -0,0 +1,12 @@
{{ define "main" }}
<div class="row-fluid navmargin">
<div class="page-header">
<h1>{{ .Title }} - {{ .Date.Format "Mon, Jan 2, 2006" }}</h1>
</div>
<p class="lead">{{ .Params.description }}</p>
{{ .Content }}
<h4><a href="{{ .Site.BaseURL }}">{{ i18n "backtohome" }}</a></h4>
</div>
{{ end }}