Fix short_desc field

This commit is contained in:
Daniel Kluge 2022-06-13 13:21:17 +02:00
parent b002134c11
commit 4a3e6e594f

View File

@ -2,7 +2,7 @@
{ {
"type": "project", "type": "project",
"name": "homepage", "name": "homepage",
"short": "This website.", "short_desc": "This website.",
"desc": [ "desc": [
"This is my homepage.", "This is my homepage.",
"What you see here should resemble an CLI. If you ever used Linux this should be pretty easy for you.", "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", "type": "diary",
"name": "rust", "name": "rust",
"short": "Me learning Rust (German).", "short_desc": "Me learning Rust (German).",
"desc": [ "desc": [
"I documented my progress to lern the Rust programming language.", "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.", "The pages are exported from a #{jupyter notebook|https://jupyter.org/}, which I use to follow the Rust book.",