@@ -30,8 +34,15 @@ export default {
opacity: .8;
}
- &__siteTitle {
+ &__site-title {
font-size: 1.5em;
}
+
+ &__links {
+ margin-top: -.5em;
+ a {
+ margin: 0 .5em;
+ }
+ }
}
\ No newline at end of file
diff --git a/src/components/PostCard.vue b/src/components/PostCard.vue
index 263f27e..2ddf672 100644
--- a/src/components/PostCard.vue
+++ b/src/components/PostCard.vue
@@ -1,16 +1,18 @@
- {{ post }}
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur excepturi labore tempore expedita, et iste tenetur suscipit explicabo! Dolores, aperiam non officia eos quod asperiores
-
+
+ Link
diff --git a/src/components/PostMeta.vue b/src/components/PostMeta.vue
new file mode 100644
index 0000000..ef0ab90
--- /dev/null
+++ b/src/components/PostMeta.vue
@@ -0,0 +1,16 @@
+
+
Posted 19. February 2019. 3 min read
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layouts/Default.vue b/src/layouts/Default.vue
index d5bf3d6..3721db3 100644
--- a/src/layouts/Default.vue
+++ b/src/layouts/Default.vue
@@ -4,7 +4,7 @@