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 76d6108 commit c44e45b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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": "harold-scripts",
"version": "0.4.0",
"version": "0.4.1",
"description": "Harold JS Scripts for Create Harold App",
"author": "Julian Ćwirko (julian.io)",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/register-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = () => {
}
${
!noDate
? `<div class="${className}--data">${dateformat(
? `<div class="${className}--date">${dateformat(
new Date(item.publicationDate),
dateFormat
)}</div>`
Expand Down

0 comments on commit c44e45b

Please sign in to comment.