File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1+ - command
2+ - bundle exec jekyll serve
Original file line number Diff line number Diff line change 33 english : 英語
44 japanese : 日本語
55site :
6- title : 屈光宇 - 履歴書
7- description : 屈光宇の履歴書とポートフォリオ
6+ title : 曲光鈺 - 履歴書
7+ description : 曲光鈺の履歴書とポートフォリオ
88sections :
99 about : 自己紹介
1010 experience : 職歴
Original file line number Diff line number Diff line change 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 ">
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 >
You can’t perform that action at this time.
0 commit comments