Skip to content

Commit a841006

Browse files
committed
fix: wrong baseURL
1 parent d2b7569 commit a841006

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hugo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://bhackari.it/'
1+
baseURL = 'https://bhackari.github.io/'
22
languageCode = 'en-us'
33
title = 'bhackari'
44
theme = 'cactus'
@@ -49,6 +49,7 @@ weight = 4
4949

5050
description = "This is the web page of the CyberSecurity student group and CTF team of **Università Ca' Foscari Venezia**."
5151
mainSection = "posts"
52+
mainSectionTitle = "Posts"
5253
mainSections = ['posts']
5354
showAllPostsOnHomePage = false
5455
postsOnHomePage = 5

0 commit comments

Comments
 (0)