Skip to content

Commit 962930e

Browse files
committed
update
1 parent 20d61aa commit 962930e

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- command
2+
- bundle exec jekyll serve

_data/i18n/ja.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ global:
33
english: 英語
44
japanese: 日本語
55
site:
6-
title: 屈光宇 - 履歴書
7-
description: 屈光宇の履歴書とポートフォリオ
6+
title: 曲光鈺 - 履歴書
7+
description: 曲光鈺の履歴書とポートフォリオ
88
sections:
99
about: 自己紹介
1010
experience: 職歴

_includes/header.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ <h2>
1818
</div>
1919
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4 header-right">
2020
<ul class="icons no-print">
21-
{%- if site.email -%}
22-
<li>
23-
<a target="_blank" href="mailto:{{ site.email | encode_email }}" class="button button--sacnite button--round-l">
24-
<i class="fas fa-envelope" title="Email"></i>
25-
</a>
26-
</li>
27-
{%- endif -%}
2821
{%- if site.instagram_username -%}
2922
<li>
3023
<a target="_blank" href="https://www.instagram.com/{{ site.instagram_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
@@ -47,6 +40,17 @@ <h2>
4740
</li>
4841
{%- endfor -%}
4942
</ul>
43+
44+
{%- if site.email -%}
45+
<p>
46+
<a href="mailto:{{ site.email }}" target="_blank">{{ site.email | escape }}</a>
47+
</p>
48+
{%- endif -%}
49+
{%- if site.website -%}
50+
<p>
51+
{% include a.html href=site.website %}{{ site.website | escape }}</a>
52+
</p>
53+
{%- endif -%}
5054
</div>
5155
</div>
5256
</div>

0 commit comments

Comments
 (0)