simoncor.net/themes/hugo-coder/layouts/partials/home.html

12 lines
264 B
HTML
Raw Normal View History

2020-07-16 22:43:30 +02:00
<section class="container centered">
<div class="about">
2024-08-26 17:13:18 +02:00
{{ partialCached "home/avatar.html" . }}
{{ partialCached "home/author.html" . }}
{{ partialCached "home/social.html" . }}
2020-07-16 22:43:30 +02:00
</div>
2024-08-26 17:13:18 +02:00
{{ partialCached "home/extensions.html" . }}
2020-07-16 22:43:30 +02:00
</section>