Skip to content

Commit 57e9867

Browse files
committed
Use lowercase in about and posts title
1 parent 8c6b37d commit 57e9867

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ disableHugoGeneratorInject = false
7777
defaultTheme = "dark"
7878
themeColor = "#252627"
7979

80+
listTitle = "posts"
81+
8082
[params.logo]
8183
logoText = "~/gsoc"
8284
logoHomeLink = "/"

content/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "About"
2+
title = "about"
33
date = "2019-05-09T06:30:00+07:00"
44
aliases = ["about-me","contact"]
55
[ author ]

0 commit comments

Comments
 (0)