2019-03-18 16:50:46 +01:00
|
|
|
{{ partial "head" . }}
|
|
|
|
|
<body>
|
|
|
|
|
<div id="wrap">
|
|
|
|
|
{{ partial "header" . }}
|
2026-02-22 15:22:32 +01:00
|
|
|
<section class="index" id="about">
|
2019-03-18 16:50:46 +01:00
|
|
|
<div class="container">
|
2026-02-22 15:22:32 +01:00
|
|
|
<div id="index-content">
|
|
|
|
|
<div class="avatar">
|
|
|
|
|
<img class="img-circle" src="{{ .Site.BaseURL }}img/{{ .Site.Params.avatar }}" alt="Responsive image">
|
|
|
|
|
</div>
|
2019-10-17 02:01:51 +02:00
|
|
|
|
2026-02-22 15:22:32 +01:00
|
|
|
{{ .Content }}
|
2019-03-18 16:50:46 +01:00
|
|
|
</div>
|
2026-02-22 15:22:32 +01:00
|
|
|
{{ partial "recent" . }}
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
</div>
|
|
|
|
|
{{ partial "social" . }}
|
2019-03-18 16:50:46 +01:00
|
|
|
{{ partial "footer" . }}
|
2019-03-18 19:56:47 +01:00
|
|
|
{{ partial "js" . }}
|
|
|
|
|
{{ partial "matomo" . }}
|
2019-03-18 16:50:46 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|