readd moreposts to landing
This commit is contained in:
parent
51d70fc7e9
commit
3ba918a46c
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
// partials
|
||||
@import "partials/sidebar";
|
||||
@import "partials/footer";
|
||||
@import "partials/moreposts";
|
||||
@import "partials/helpers/icons";
|
||||
|
||||
|
||||
|
@ -62,7 +63,7 @@
|
|||
line-height: 2rem;
|
||||
text-align: center;
|
||||
margin: 1.5rem;
|
||||
|
||||
|
||||
#websites-and-graphics {
|
||||
line-height: 2.6rem;
|
||||
font-size: 3rem;
|
||||
|
|
|
@ -21,5 +21,6 @@
|
|||
{{ i18n "home-cozy-town" | safeHTML }}
|
||||
</p>
|
||||
</section>
|
||||
{{ partial "moreposts.html" . }}
|
||||
</main>
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue