This repository was archived by the owner on Sep 5, 2021. It is now read-only.
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
< div class ="mdl-mega-footer--drop-down-section ">
5
5
< input class ="mdl-mega-footer--heading-checkbox " type ="checkbox " checked >
6
- < h1 class ="mdl-mega-footer--heading "> INFO </ h1 >
6
+ < h1 class ="mdl-mega-footer--heading "> 連絡先 </ h1 >
7
7
< ul class ="mdl-mega-footer--link-list ">
8
- < li > < a href ="mailto:{{ site.email }} "> {{ site.email }}</ a > </ li >
9
- < li > < a href ="{{ "/feed.xml" | prepend: site.baseurl }}"> subscribe via RSS</ a > </ li >
8
+ < li > < p > E-mail: {{ site.email }}</ p > </ li >
10
9
</ ul >
11
10
</ div >
12
11
13
12
< div class ="mdl-mega-footer--drop-down-section ">
14
13
< input class ="mdl-mega-footer--heading-checkbox " type ="checkbox " checked >
15
- < h1 class ="mdl-mega-footer--heading "> SOCIAL </ h1 >
14
+ < h1 class ="mdl-mega-footer--heading "> SNS </ h1 >
16
15
< ul class ="mdl-mega-footer--link-list ">
17
16
{% if site.github_username %}
18
17
< li >
@@ -86,7 +85,7 @@ <h1 class="mdl-mega-footer--heading">SOCIAL</h1>
86
85
87
86
< div class ="mdl-mega-footer--drop-down-section ">
88
87
< input class ="mdl-mega-footer--heading-checkbox " type ="checkbox " checked >
89
- < h1 class ="mdl-mega-footer--heading "> ABOUT </ h1 >
88
+ < h1 class ="mdl-mega-footer--heading "> このブログについて </ h1 >
90
89
< ul class ="mdl-mega-footer--link-list ">
91
90
< li > {{ site.description }}</ li >
92
91
</ ul >
You can’t perform that action at this time.
0 commit comments