1
0
Fork 0

fix indentions

This commit is contained in:
Tommy Vedvik 2019-02-28 11:11:03 +01:00
parent db4f5ce5e5
commit a5660c0740
5 changed files with 104 additions and 103 deletions

View file

@ -1,7 +1,5 @@
<template>
<g-link class="logo" to="/">
<g-image class="logo__image" src="~/assets/images/author.jpg" width="80" height="80" blur="5" />
<span class="logo__text">
{{ $static.metaData.siteName }}
</span>

View file

@ -1,7 +1,10 @@
<template>
<Layout>
<div class="post-title">
<h1 class="post-title__text"> {{ $page.post.title }} </h1>
<h1 class="post-title__text">
{{ $page.post.title }}
</h1>
<PostMeta :post="$page.post" />
</div>