Skip to content

Commit 65f865d

Browse files
committed
2.0.1
1 parent 4d31284 commit 65f865d

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
All the changes made to Showcase theme for Hugo.
3+
All the changes made to Blist theme for Hugo.
4+
5+
## v2.0.1 - 2022-12-27
6+
7+
### Fixed
8+
9+
- Page metadata layout in mobile #94
410

511
## v2.0.0 - 2022-12-25
612

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ git submodule add https://github.com/apvarun/blist-hugo-theme.git themes/blist
4848

4949
Blist theme ships with an fully configured example site. For a quick preview:
5050

51-
Copy the `package.json` file from `themes/showcase` folder to your hugo website root folder, and run `npm install`.
51+
Copy the `package.json` file from `themes/blist` folder to your hugo website root folder, and run `npm install`.
5252

5353
```sh
5454
cd themes/blist/exampleSite/

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blist",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Blist is a clean and fast blog theme for your Hugo site.",
55
"main": "index.js",
66
"repository": "https://github.com/apvarun/blist-hugo-theme",

0 commit comments

Comments
 (0)