From 4a3e6e594f1d2cdc0b18b3d0284edb4a2f0776b7 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Mon, 13 Jun 2022 13:21:17 +0200 Subject: [PATCH] Fix short_desc field --- list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/list.json b/list.json index fde931e..0e24db2 100644 --- a/list.json +++ b/list.json @@ -2,7 +2,7 @@ { "type": "project", "name": "homepage", - "short": "This website.", + "short_desc": "This website.", "desc": [ "This is my homepage.", "What you see here should resemble an CLI. If you ever used Linux this should be pretty easy for you.", @@ -18,7 +18,7 @@ { "type": "diary", "name": "rust", - "short": "Me learning Rust (German).", + "short_desc": "Me learning Rust (German).", "desc": [ "I documented my progress to lern the Rust programming language.", "The pages are exported from a #{jupyter notebook|https://jupyter.org/}, which I use to follow the Rust book.",