Skip to content

Commit c4c88e3

Browse files
committed
fix icon
1 parent 68bf442 commit c4c88e3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

hugo-site/assets/jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"baseUrl": ".",
44
"paths": {
55
"*": [
6-
"../themes/stack/assets/*"
6+
"../themes/hugo-theme-stack/assets/*"
77
]
88
}
99
}

hugo-site/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
baseURL = "https://blog.fals.io"
33
languageCode = "en-us"
4-
theme = "stack"
4+
theme = "hugo-theme-stack"
55
title = "blog.fals.io"
66
disqusShortname = "fals"
77
copyright = "Filipe Lima"

hugo-site/themes/stack

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)