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/
|
||||
|
||||
# Site
|
||||
title: MDLeom.com
|
||||
title: Ming Di Leom's Blog
|
||||
subtitle:
|
||||
description:
|
||||
author: 'Ming Di Leom'
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</nav>
|
||||
<%/* Nav menu for mobile */%>
|
||||
<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">
|
||||
<label for="mobile-menu-toggle"><a class="no-underline" id="menu-button">☰</a></label>
|
||||
<input id="mobile-menu-toggle" type="checkbox"/>
|
||||
|
|
Loading…
Reference in New Issue