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
|
// partials
|
||||||
@import "partials/sidebar";
|
@import "partials/sidebar";
|
||||||
@import "partials/footer";
|
@import "partials/footer";
|
||||||
|
@import "partials/moreposts";
|
||||||
@import "partials/helpers/icons";
|
@import "partials/helpers/icons";
|
||||||
|
|
||||||
|
|
||||||
|
@ -62,7 +63,7 @@
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 1.5rem;
|
margin: 1.5rem;
|
||||||
|
|
||||||
#websites-and-graphics {
|
#websites-and-graphics {
|
||||||
line-height: 2.6rem;
|
line-height: 2.6rem;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
|
|
@ -21,5 +21,6 @@
|
||||||
{{ i18n "home-cozy-town" | safeHTML }}
|
{{ i18n "home-cozy-town" | safeHTML }}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
{{ partial "moreposts.html" . }}
|
||||||
</main>
|
</main>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue