cleanup
This commit is contained in:
parent
f25c5cb60c
commit
3475c31d71
38 changed files with 158 additions and 359 deletions
17
themes/zorbed/layouts/_default/home.html
Normal file
17
themes/zorbed/layouts/_default/home.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<div class="row">
|
||||
<main class="one">
|
||||
{{ .Content }}
|
||||
</main>
|
||||
<main class="two">
|
||||
<ul>
|
||||
{{ range ( where .Site.RegularPages "Type" "posts" | first 4 ) }}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
|
||||
{{ end }}
|
||||
<li><a href="/posts">... and more</a>
|
||||
</ul>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue