mirror of https://gitlab.com/curben/blog
fix: change site title
This commit is contained in:
parent
57e5c59097
commit
e060a41acd
|
@ -3,7 +3,7 @@
|
||||||
## Source: https://github.com/hexojs/hexo/
|
## Source: https://github.com/hexojs/hexo/
|
||||||
|
|
||||||
# Site
|
# Site
|
||||||
title: MDLeom.com
|
title: Ming Di Leom's Blog
|
||||||
subtitle:
|
subtitle:
|
||||||
description:
|
description:
|
||||||
author: 'Ming Di Leom'
|
author: 'Ming Di Leom'
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
<%/* Nav menu for mobile */%>
|
<%/* Nav menu for mobile */%>
|
||||||
<nav class="mobile-nav">
|
<nav class="mobile-nav">
|
||||||
<a class="site-title" href="<%- config.root %>"><%= config.title %></a>
|
<a class="site-title" href="<%- config.root %>"><%- config.url.replace(/^http(s)?:\/\//, '') %></a>
|
||||||
<ul class="mobile-nav-menu">
|
<ul class="mobile-nav-menu">
|
||||||
<label for="mobile-menu-toggle"><a class="no-underline" id="menu-button">☰</a></label>
|
<label for="mobile-menu-toggle"><a class="no-underline" id="menu-button">☰</a></label>
|
||||||
<input id="mobile-menu-toggle" type="checkbox"/>
|
<input id="mobile-menu-toggle" type="checkbox"/>
|
||||||
|
|
Loading…
Reference in New Issue