主题版本信息

i18n 1.4.0
xaoxuu 4 years ago
parent 3f49e4a722
commit 2e1d1fd4eb
  1. 1
      _config.yml
  2. 2
      layout/_partial/head.ejs
  3. 3
      source/less/_side.less

@ -1,6 +1,7 @@
############################### 基本信息 ###############################
info:
name: Material X
version: 1.4
docs: https://xaoxuu.com/wiki/material-x/
cdn: # 要使用CDN,请在根目录的config文件中写上 use_cdn: true
css:

@ -1,4 +1,4 @@
<head>
<head hexo-theme='Material X' version='<%- theme.info.version %>' docs='https://xaoxuu.com/wiki/material-x/'>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<%

@ -380,6 +380,9 @@
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
&.pure{
padding-top: 0; // 适合白色导航栏背景
}
img{
margin-bottom: 4px;
}

Loading…
Cancel
Save