blog/layouts/partials/home.html

13 lines
267 B
HTML
Raw Normal View History

2024-06-02 02:55:10 +03:00
<section class="container centered">
<div class="about">
{{ partialCached "home/avatar.html" . }}
{{ partialCached "home/author.html" . }}
{{ partialCached "home/social.html" . }}
{{ partialCached "home/extensions.html" . }}
</div>
</section>