Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<body>
<header class="page-header" role="banner">
<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>
<h2 class="project-tagline">{{ page.title }}</h2>
<h2 class="project-tagline">{{ page.title }}</h2>
<a href="{{ site.slack_invite_link }}" class="btn"><strong>ruby-jp Slack ワークスペースに参加する</strong></a>
</header>
<main id="content" class="main-content" role="main">
{{ content }}
<footer class="site-footer">
<span class="site-footer-credits">ruby-jp は複数名の有志の Rubyist によって運営されています</span>
<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>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コメントまでは含まないような気がしているので、ご指摘いただけたら幸いです。

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コメントのライセンスを設定するには著作者である各発言者の許諾を取る必要があるのかな?と推測しています。なので現状としては"This website is Licensed ..."の方がよいかもしれませんね。
といってもプロじゃないのでわかりませんが…

</footer>
</main>
</body>
Expand Down