This commit is contained in:
JP Hastings-Spital 2024-05-17 14:37:29 +01:00
parent 1b1953edd6
commit a779a3908f
4 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
---
title: Okay, Color Spaces
date: "2024-03-03T08:57:00Z"
emoji: 🎨
publishDate: "2024-02-20T00:00:00Z"
bookmarkOf: https://ericportis.com/posts/2024/okay-color-spaces/
references:

View file

@ -16,7 +16,7 @@
<div class="content" data-pagefind-body data-pagefind-filter="type:{{.Type | title}}">{{ .Content }}</div>
{{ end }}
{{ range $paginator.Pages.GroupByPublishDate "2006" }}
{{ range $paginator.Pages.GroupByDate "2006" }}
<div class="posts-group">
<div class="post-year">{{ .Key }}</div>

View file

@ -25,7 +25,7 @@
{{- end -}}
</ol>
<p class="post-content">{{ partial "svg.html" (dict "name" "document") }} You can also look through <a href="/posts">all my longer-form writing</a>, or find a <a href="/topics">particular topic</a>.</p>
<p class="post-content">{{ partial "svg.html" (dict "name" "document") }} Check out <a href="/posts">all my longer posts</a>, or read through my <a href="/bookmarks">thoughts on others' writing</a>.</p>
{{- $allEvents := where .Site.RegularPages "Section" "calendar" -}}
{{- $upcomingEvents := slice }}

View file

@ -1,5 +1,5 @@
{{ $topics := .Params.topics }}
{{ if gt (len $topics) 0 }}{{ with $topics }}
{{ with $topics }}{{ if gt (len $topics) 0 }}
<p>
{{ partial "svg.html" (dict "name" "topic") }}