From f959410a2f86e37804647525d8f132492eb7ab2d Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Sat, 10 Feb 2024 20:30:45 +0100 Subject: [PATCH] fix: order of topics --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 3eca343..ed88adb 100644 --- a/_config.yml +++ b/_config.yml @@ -47,10 +47,6 @@ social_media: youtube: channel/UC3XNZA7xWed1zM1AWOOdmog topics: - - name: C# - web_url: https://github.com/topics/csharp - image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/csharp/csharp.png - - name: Rust web_url: https://github.com/topics/rust image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/rust/rust.png @@ -58,3 +54,7 @@ topics: - name: Python web_url: https://github.com/topics/python image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/python/python.png + + - name: C# + web_url: https://github.com/topics/csharp + image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/csharp/csharp.png