Files
mehl.mx/themes/hugo-sustain/layouts/index.html

23 lines
544 B
HTML
Raw Normal View History

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