This commit is contained in:
Vrifox 2020-11-03 21:43:41 +01:00
parent 9d082d0458
commit a35e2e819f
5 changed files with 23 additions and 20 deletions

View file

@ -13,11 +13,11 @@
</div>
</section>
<div class="container">
<span class="section-header">
<span class="section latest">
latest
<a href="{{ "/blog" | relURL }}">posts</a>
</span>
<section class="section-articles">
<section class="section articles">
{{ range first 2 (where .Site.RegularPages "Type" "post") }}
<a href="{{ .Permalink }}">
<article>
@ -36,11 +36,11 @@
</a>
{{ end }}
</section>
<span class="section-header">
<span class="section latest">
latest
<a href="{{ "/projects" | relURL }}">projects</a>
</span>
<section class="section-projects">
<section class="section projects">
{{ range first 3 (where .Site.RegularPages "Type" "project") }}
<a href="{{ .Permalink }}">
<article>