File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="{{ site.lang | default: "en-US " }}">
33 < head >
4-
54 {% if site.google_analytics %}
65 < script async src ="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }} "> </ script >
76 < script >
1211 </ script >
1312 {% endif %}
1413 < meta charset ="UTF-8 ">
15-
1614{% seo %}
1715 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
18- < meta name ="theme-color " content ="#157878 ">
16+ < meta name ="theme-color " content ="#b41d23 ">
1917 < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
2018 < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
2119 </ head >
2220 < body >
2321 < header class ="page-header " role ="banner ">
2422 < h1 class ="project-name "> {{ page.title | default: site.title | default: site.github.repository_name }}</ h1 >
2523 < h2 class ="project-tagline "> {{ page.description | default: site.description | default: site.github.project_tagline }}</ h2 >
26- < a href ="{{ site.slack_invite_link }} " class ="btn "> < strong > ruby-jp Slack ワークスペースに参加する</ strong > </ a >
24+ < a href ="{{ site.slack_invite_link }} " class ="btn "> < strong > ruby-jp Slack ワークスペースに参加する</ strong > </ a >
2725 </ header >
28-
2926 < main id ="content " class ="main-content " role ="main ">
3027 {{ content }}
31-
3228 < footer class ="site-footer ">
3329 < span class ="site-footer-credits "> ruby-jp は複数名の有志の Rubyist によって運営されています</ span >
3430 </ footer >
You can’t perform that action at this time.
0 commit comments