diff --git a/assets/css/style.css b/assets/css/style.css index c2b15fd..a9bdf5a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -32,19 +32,6 @@ article { flex-direction: column; } -.post-item { - display: flex; - align-items: center; - justify-content: space-between; -} - -.post-item hr { - margin-right: 8px; - margin-left: 8px; - flex: 1 0 1rem; - border: 0.5px solid; -} - /* Cards */ diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 00b5875..0000000 --- a/package-lock.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "plain", - "version": "1.0.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "version": "1.0.0", - "engines": { - "ghost": ">=5.0.0" - } - } - } -} diff --git a/partials/card-post.hbs b/partials/card-post.hbs deleted file mode 100644 index fe8ac50..0000000 --- a/partials/card-post.hbs +++ /dev/null @@ -1,5 +0,0 @@ -
- {{ title }} -
- -
\ No newline at end of file diff --git a/partials/loop.hbs b/partials/loop.hbs index b4e7d03..b6a6c5c 100644 --- a/partials/loop.hbs +++ b/partials/loop.hbs @@ -1,3 +1,7 @@ {{#foreach posts}} - {{> card-post }} +
+ {{ title }} + + +
{{/foreach}} \ No newline at end of file