Skip to content

Commit

Permalink
fix postsList date element class name
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jun 6, 2021
1 parent 93ae2f2 commit 37ec113
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [0.4.1](https://github.com/juliancwirko/create-harold-app/releases/tag/v0.4.1) (2021-06-06)

- fix postsList date element class name

### [0.4.0](https://github.com/juliancwirko/create-harold-app/releases/tag/v0.4.0) (2021-06-04)

- support for relative paths, now you can host it in subdirectory
Expand Down
2 changes: 1 addition & 1 deletion bin/packagejson.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"start": "harold-scripts start"
},
"devDependencies": {
"harold-scripts": "^0.4.0"
"harold-scripts": "^0.4.1"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-harold-app",
"version": "0.4.0",
"version": "0.4.1",
"description": "Static blog/site generator",
"author": "Julian Ćwirko (julian.io)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion templates/bare/styles/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
}
}

.post-list-items--data {
.post-list-items--date {
font-size: 15px;
}

Expand Down
2 changes: 1 addition & 1 deletion templates/default/styles/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
}
}

.post-list-items--data {
.post-list-items--date {
font-size: 13px;
padding: 0 25px;
}
Expand Down

0 comments on commit 37ec113

Please sign in to comment.