Skip to content

Commit a90ae36

Browse files
committed
Optimize layout
1 parent 9ba383e commit a90ae36

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

_layouts/default.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,14 @@
2323
<header class="page-header" role="banner">
2424
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
2525
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
26-
<a href="{{ site.slack_invite_link }}" class="btn">Join to Slack</a>
26+
<a href="{{ site.slack_invite_link }}" class="btn"><strong>ruby-jp Slack ワークスペースに参加する</strong></a>
2727
</header>
2828

2929
<main id="content" class="main-content" role="main">
3030
{{ content }}
3131

3232
<footer class="site-footer">
33-
{% if site.github.is_project_page %}
34-
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
35-
{% endif %}
36-
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
33+
<span class="site-footer-credits">ruby-jp は複数名の有志の Rubyist によって運営されています</span>
3734
</footer>
3835
</main>
3936
</body>

0 commit comments

Comments
 (0)