mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 09:17:33 +00:00
Fix site title
This commit is contained in:
parent
bbb72bbca3
commit
8042df5951
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "yuika",
|
"name": "yuika",
|
||||||
"description": "nanao.moe's blog theme",
|
"description": "nanao.moe's blog theme",
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost-api": "v3"
|
"ghost-api": "v3"
|
||||||
},
|
},
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="header__title">
|
<div class="header__title">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<h1>Damillora</h1>
|
<h1>{{@site.title}}</h1>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user