Added multianguage plugin

This commit is contained in:
tom5079
2019-05-13 22:19:45 +09:00
parent c1c9a542be
commit a0ddaf2f34
7 changed files with 25 additions and 7 deletions

View File

@@ -25,8 +25,8 @@
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
{% if site.show_downloads %}
<a href="{{ site.github.app_url }}" class="btn">Download app</a>
<a href="{{ site.github.issue_url }}" target="_blank" class="btn">Having a problem?</a>
<a href="{{ site.github.app_url }}" class="btn">(% t header.download_app %}</a>
<a href="{{ site.github.issue_url }}" target="_blank" class="btn">{% header.having_a_problem %}</a>
{% endif %}
</header>