From 9dbcea859d3de2f4f7b731e497a53f5d73790803 Mon Sep 17 00:00:00 2001 From: Deepu Mohan Puthrote <186013+WarFox@users.noreply.github.com> Date: Fri, 13 Oct 2023 22:36:20 +0100 Subject: [PATCH] Add my tech blog url to users.json --- exampleSite/content/users/users.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index e89f948d..6481ca45 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -461,5 +461,12 @@ "tags": [ "Personal site" ] + }, + { + "title": "deepumohan.com/tech", + "url": "https://deepumohan.com/tech/", + "tags": [ + "Technology Blog" + ] } -] \ No newline at end of file +]