Redirect to github
This commit is contained in:
@@ -14,8 +14,8 @@ disqus_url: "https://pupil.disqus.com"
|
||||
kakaotalk_url: "https://open.kakao.com/o/gvNrncsb"
|
||||
|
||||
github:
|
||||
app_url: "https://github.com/tom5079/Pupil-issue/releases/download/2.11.1/Pupil-v2.11.1.apk"
|
||||
issue_url: "https://github.com/tom5079/Pupil-issue/issues/new/choose"
|
||||
release_url: "https://github.com/tom5079/Pupil/releases/"
|
||||
issue_url: "https://github.com/tom5079/Pupil/issues/"
|
||||
|
||||
t:
|
||||
en:
|
||||
|
||||
@@ -12,15 +12,16 @@
|
||||
</script>
|
||||
{% endif %}
|
||||
<meta charset="UTF-8">
|
||||
|
||||
{% seo %}
|
||||
|
||||
{% seo %}
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#157878">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url }}">
|
||||
<link rel="shortcut icon" href="/Pupil/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<link rel="shortcut icon" href="/Pupil/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<script>
|
||||
|
||||
/**
|
||||
@@ -47,7 +48,7 @@
|
||||
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
|
||||
<h2 class="project-tagline">{{ 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.release_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>
|
||||
{{ site.t[page.lang].header.or }}
|
||||
<a href="mailto:pupil.hentai@gmail.com" class="btn">{{ site.t[page.lang].header.email }}</a>
|
||||
|
||||
Reference in New Issue
Block a user