Skip to content

Commit

Permalink
Update space between comment and blog post (#8)
Browse files Browse the repository at this point in the history
* Update database

Signed-off-by: MachinisteWeb <[email protected]>

* Make Open Graph Tag usable.

Signed-off-by: MachinisteWeb <[email protected]>

* New professional proof

Signed-off-by: MachinisteWeb <[email protected]>

* Fix isse with new OG naming

Signed-off-by: MachinisteWeb <[email protected]>

* Update articles

Signed-off-by: MachinisteWeb <[email protected]>

* Canonical link

Signed-off-by: MachinisteWeb <[email protected]>

* Publish date added

Signed-off-by: MachinisteWeb <[email protected]>

* Back-end fix on Login

Signed-off-by: MachinisteWeb <[email protected]>

* Update database with new article!

Signed-off-by: MachinisteWeb <[email protected]>

* HOP : upload of image

Signed-off-by: MachinisteWeb <[email protected]>

* New articles

Signed-off-by: MachinisteWeb <[email protected]>

* Bump lodash from 4.17.11 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.21)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump bson from 1.1.1 to 1.1.6

Bumps [bson](https://github.com/mongodb/js-bson) from 1.1.1 to 1.1.6.
- [Release notes](https://github.com/mongodb/js-bson/releases)
- [Changelog](https://github.com/mongodb/js-bson/blob/v1.1.6/HISTORY.md)
- [Commits](https://github.com/mongodb/js-bson/commits/v1.1.6)

Signed-off-by: dependabot[bot] <[email protected]>

* Update blog

Signed-off-by: MachinisteWeb <[email protected]>

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix empty variable

Signed-off-by: MachinisteWeb <[email protected]>

* Fix issue with modification article

Signed-off-by: MachinisteWeb <[email protected]>

* Update README.md and add images

Signed-off-by: MachinisteWeb <[email protected]>

* Remove all criticals point from BlogAtlas

Signed-off-by: MachinisteWeb <[email protected]>

* Add space between comment ant blog post

Signed-off-by: MachinisteWeb <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
MachinisteWeb and dependabot[bot] authored Aug 23, 2021
1 parent 86d0940 commit 6c1b157
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/javascripts/common.0.34.0.min.js

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

1 change: 1 addition & 0 deletions assets/javascripts/framework.0.34.0.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/common.0.34.0.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/stylesheets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,10 @@ header div,
/* $Component */
/**************/

.comment {
margin-top: 32px;
}

.comments ins {
text-decoration: none;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog-atlas",
"version": "0.33.0",
"version": "0.34.0",
"author": "Bruno Lesieur <[email protected]>",
"description": "Exemple de développement d'un blog avec Node.js.",
"private": false,
Expand Down

0 comments on commit 6c1b157

Please sign in to comment.