Skip to content

Commit 5188bc3

Browse files
committed
Add license (CC 4.0 international)
1 parent 4f2fa39 commit 5188bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<body>
2525
<header class="page-header" role="banner">
2626
<h1 class="project-name"><a href="/"><img class="page-header-logo" src="{{ '/assets/ruby-jp-white-big.svg?v=' | append: site.github.build_revision | relative_url }}" alt="{{ page.title | default: site.title | default: site.github.repository_name }}"></a></h1>
27-
<h2 class="project-tagline">{{ page.title }}</h2>
27+
<h2 class="project-tagline">{{ page.title }}</h2>
2828
<a href="{{ site.slack_invite_link }}" class="btn"><strong>ruby-jp Slack ワークスペースに参加する</strong></a>
2929
</header>
3030
<main id="content" class="main-content" role="main">
3131
{{ content }}
3232
<footer class="site-footer">
33-
<span class="site-footer-credits">ruby-jp は複数名の有志の Rubyist によって運営されています</span>
33+
<span class="site-footer-credits">ruby-jp は複数名の有志の Rubyist によって運営されています<br>This website and all chat comments are Licensed Under a Creative Commons Attribution 4.0 International License.</span>
3434
</footer>
3535
</main>
3636
</body>

0 commit comments

Comments
 (0)