Fixed description
This commit is contained in:
@@ -14,14 +14,14 @@ github:
|
||||
t:
|
||||
en:
|
||||
header:
|
||||
description: Hitomi.la viewer for Android
|
||||
description: "Hitomi.la viewer for Android"
|
||||
download: "Download app"
|
||||
issue: "Having a problem?"
|
||||
or: "or…"
|
||||
email: "Send an E-mail"
|
||||
ko:
|
||||
header:
|
||||
description: 안드로이드 Hitomi.la 뷰어
|
||||
description: "안드로이드 Hitomi.la 뷰어"
|
||||
download: "앱 다운로드"
|
||||
issue: "문제가 있으세요?"
|
||||
or: "또는…"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<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>
|
||||
<h2 class="project-tagline">{{ page.description | default: site.t[page.lang].header.description }}</h2>
|
||||
{% if site.show_downloads %}
|
||||
<a href="{{ site.github.app_url }}" class="btn">{{ site.t[page.lang].header.download }}</a>
|
||||
<a href="{{ site.github.issue_url }}" target="_blank" class="btn">{{ site.t[page.lang].header.issue }}</a>
|
||||
|
||||
Reference in New Issue
Block a user