Ver código fonte

adjusted index body main footer to show CiA star

tags/0.9.0
Alej 5 anos atrás
pai
commit
ca40eac125
1 arquivos alterados com 7 adições e 2 exclusões
  1. 7
    2
      vue-theme/src/pages/index.vue

+ 7
- 2
vue-theme/src/pages/index.vue Ver arquivo

@@ -26,8 +26,9 @@
26 26
                     p(v-if="Object.values(allPosts).length > 0") {{ Object.values(allPosts)[0].slug }}
27 27
      
28 28
         .f-row
29
-            footer.f-row
30
-                p icon
29
+            footer.f-col
30
+                p end of article icon
31
+                img(src="../star.svg")
31 32
 </template>
32 33
 
33 34
 <script>
@@ -65,5 +66,9 @@ export default {
65 66
                 margin: 0 0 0 $ms
66 67
             &:nth-of-type(4), &:nth-of-type(5)
67 68
                 flex-grow: 4
69
+    footer
70
+        img
71
+            width: 30px
72
+            height: 30px
68 73
             
69 74
 </style>

Carregando…
Cancelar
Salvar