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

Commit d161526

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

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Diff for: _includes/footer.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,21 @@ <h1 class="mdl-mega-footer--heading">ABOUT</h1>
9191
<li>{{ site.description }}</li>
9292
</ul>
9393
</div>
94-
94+
95+
<div class="mdl-mega-fppter--drop-down-section">
96+
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
97+
<h1 class="mdl-mega-footer--heading">ライセンス</h1>
98+
<ul class="mdl-mega-footer--link-list">
99+
<li><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a></li>
100+
<li><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">皆の意見交流所公式ブログ</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://discord.com/invite/sUdAE64Zc7" property="cc:attributionName" rel="cc:attributionURL">Zect#3279, okaits#7534(皆の意見交流所)</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/gdgmanagua/jekyll-mdl" rel="dct:source">https://github.com/gdgmanagua/jekyll-mdl</a></li>
101+
</ul>
102+
</div>
95103

96104
</div>
97105

98106
<div class="mdl-mega-footer--bottom-section">
99107
<div class="mdl-logo">{{ site.title }}</div>
100108
<ul class="mdl-mega-footer--link-list">
101-
<li><a href="#">Help</a></li>
102-
<li><a href="#">Privacy & Terms</a></li>
103109
</ul>
104110
</div>
105111

0 commit comments

Comments
 (0)