fix: change site title

This commit is contained in:
Ming Di Leom 2021-02-28 05:45:01 +00:00
parent 57e5c59097
commit e060a41acd
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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">&#9776;</a></label>
<input id="mobile-menu-toggle" type="checkbox"/>