fix indentions
This commit is contained in:
parent
db4f5ce5e5
commit
a5660c0740
5 changed files with 104 additions and 103 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue