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>
|
<template>
|
||||||
<g-link class="logo" to="/">
|
<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">
|
<span class="logo__text">
|
||||||
{{ $static.metaData.siteName }}
|
{{ $static.metaData.siteName }}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<Layout>
|
<Layout>
|
||||||
<div class="post-title">
|
<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" />
|
<PostMeta :post="$page.post" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue