From fbe2d659deb26d415a957e0a38db6d7f71b513cc Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 20 Mar 2026 13:00:40 -0400 Subject: [PATCH] Hide upvotes on profile and projects --- content/about.md | 1 + content/projects.md | 1 + themes/hugo-bearcub | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/about.md b/content/about.md index 883f52b..e1c88fc 100644 --- a/content/about.md +++ b/content/about.md @@ -2,6 +2,7 @@ title: "About" date: 2026-03-02 hideDate: true +hideUpvotes: true --- diff --git a/content/projects.md b/content/projects.md index 2af5faa..b0f1376 100644 --- a/content/projects.md +++ b/content/projects.md @@ -1,6 +1,7 @@ --- title: "Projects" hideDate: true +hideUpvotes: true --- Here are some of the projects I am working or have worked on: diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub index 665da9b..ecceb7a 160000 --- a/themes/hugo-bearcub +++ b/themes/hugo-bearcub @@ -1 +1 @@ -Subproject commit 665da9bec6e9ab22792552d356556e6f76f5e4fb +Subproject commit ecceb7afa9e0973ffc98336474eefe2544b60629