♻️ Move homepage recent articles to partial

This commit is contained in:
James Panther
2021-08-18 14:35:54 +10:00
parent 7030022620
commit 139706895c
13 changed files with 35 additions and 29 deletions
@@ -1,7 +1,7 @@
<div id="page">
{{ partial "partials/home/page.html" . }}
</div>
<div id="profile" class="hidden">
<div id="profile" class="hidden h-full">
{{ partial "partials/home/profile.html" . }}
</div>