Skip to content
This repository was archived by the owner on Sep 5, 2021. It is now read-only.

Commit 3813066

Browse files
authored
Update footer.html
1 parent d161526 commit 3813066

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: _includes/footer.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33

44
<div class="mdl-mega-footer--drop-down-section">
55
<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>
77
<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>
109
</ul>
1110
</div>
1211

1312
<div class="mdl-mega-footer--drop-down-section">
1413
<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>
1615
<ul class="mdl-mega-footer--link-list">
1716
{% if site.github_username %}
1817
<li>
@@ -86,7 +85,7 @@ <h1 class="mdl-mega-footer--heading">SOCIAL</h1>
8685

8786
<div class="mdl-mega-footer--drop-down-section">
8887
<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>
9089
<ul class="mdl-mega-footer--link-list">
9190
<li>{{ site.description }}</li>
9291
</ul>

0 commit comments

Comments
 (0)