From ce25a49e614db540d208ded28d8698bb07fe818f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 9 Jul 2021 02:05:03 +0200 Subject: [PATCH] finished age --- main/_data/about.json | 2 +- main/_includes/about.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/main/_data/about.json b/main/_data/about.json index 8fbbfd3..cf6bcd7 100644 --- a/main/_data/about.json +++ b/main/_data/about.json @@ -1,6 +1,6 @@ [{ "q": "How old are you?", - "a": "I'm XXX years old. This automatically updates now, too, so I won't ever forget to update it again!" + "a": "I'm years old. This automatically updates now, too, so I won't ever forget to update it again!" }, { "q": "Where are you from?", diff --git a/main/_includes/about.html b/main/_includes/about.html index 668704c..8e9f9a3 100644 --- a/main/_includes/about.html +++ b/main/_includes/about.html @@ -12,4 +12,10 @@

{% endfor %} + \ No newline at end of file