2020-02-26 15:48:48 +01:00
|
|
|
{{ partial "header" . }}
|
|
|
|
|
|
|
|
<main class = "content-box">
|
|
|
|
<div class="intro">
|
|
|
|
<div class="avatar">
|
2020-09-03 12:49:57 +02:00
|
|
|
<img class="img-responsive" src="/img/favicon/logo_512x512.png" alt="Logo no found" style = "margin: 0 auto;">
|
2020-03-07 03:16:11 +01:00
|
|
|
<h1>{{ .Site.Title }}</h1>
|
2020-02-26 15:48:48 +01:00
|
|
|
</div>
|
|
|
|
<div style = "margin-top: 50px">
|
2020-03-07 03:16:11 +01:00
|
|
|
<h2>{{ .Site.Params.Description }}</h2>
|
2020-02-26 15:48:48 +01:00
|
|
|
</div>
|
2020-03-07 03:16:11 +01:00
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<div class="text-justify">{{ .Content }}</div>
|
2020-02-26 15:48:48 +01:00
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
{{ partial "footer" . }}
|