update project statuses, move TILs into regular posts with tag, revamp site colors to kimber base16 palette
This commit is contained in:
@@ -56,16 +56,4 @@
|
||||
|
||||
{{ end }}
|
||||
|
||||
{{/* TILs Section */}}
|
||||
{{ $tils := where .Site.Pages "Params.type" "tils" }}
|
||||
{{ $tilsToShow := $tils.ByDate.Reverse | first (or .Site.Params.NumberTilsOnHomePage 3) }}
|
||||
{{ if gt (len $tilsToShow) 0 }}
|
||||
<div class="home-posts list-posts">
|
||||
<h2>Recent TILs</h2>
|
||||
{{ range $tilsToShow }}
|
||||
{{- partial "list-posts.html" . -}}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user