Skip to content

Commit a0153b6

Browse files
author
peiyw
committed
revise:header sytle
1 parent ab07e1c commit a0153b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# 'jekyll serve'. If you change this file, please restart the server process.
77

88
# Site settings
9-
title: Yaw # ex. I m Chuan
10-
name: yaw # ex. DONGChuan
9+
title: a little dog # ex. I m Chuan
10+
name: 小狗狗 # ex. DONGChuan
1111
1212

1313
github_username: yawpei # ex. DONGChuan

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="site-header">
22
<div class="container">
33
<a id="site-header-brand" href="/" title="{{ site.name }}">
4-
<span class="octicon octicon-mark-github"></span> {{ site.name }}
4+
<span class="octicon law"></span> {{ site.name }}
55
</a>
66
<nav class="site-header-nav" role="navigation">
77
{% for nav in site.navs %}

assets/images/favicon.png

1.26 MB
Loading

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>{{ site.title }}</h1>
2020
{% if site.github_username %}
2121
<span class="meta-info hvr-grow">
2222
<span class="octicon octicon-mark-github"></span>
23-
<a href="{{ site.github_url }}" target="_blank">@{{ site.github_username }}</a>
23+
<a href="{{ site.github_url }}" target="_blank">{{ site.github_username }}</a>
2424
</span> {% endif %}
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)