feat: add image processing, improvements

This commit is contained in:
2026-02-12 22:57:49 +01:00
parent 3cb1797091
commit 889e7047ac
8 changed files with 55 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
{{- $cats := .Page.Params.categories }}
{{- $symbols := dict "news" "Article published" "presentation" "Presentation given" "podcast" "Podcast released" }}
{{- $symbols := dict "article" "Article published" "presentation" "Presentation given" "podcast" "Podcast released" }}
{{- $selection := "" }}
{{- range $cat := $cats }}
{{- with index $symbols $cat }}