Initial Commit
This commit is contained in:
11
themes/hugo-coder/layouts/partials/home.html
Normal file
11
themes/hugo-coder/layouts/partials/home.html
Normal file
@ -0,0 +1,11 @@
|
||||
<section class="container centered">
|
||||
<div class="about">
|
||||
{{ partialCached "home/avatar.html" . }}
|
||||
|
||||
{{ partialCached "home/author.html" . }}
|
||||
|
||||
{{ partialCached "home/social.html" . }}
|
||||
</div>
|
||||
|
||||
{{ partialCached "home/extensions.html" . }}
|
||||
</section>
|
Reference in New Issue
Block a user