mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Fix tags
This commit is contained in:
parent
1b1953edd6
commit
a779a3908f
4 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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") }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue