Redirect to github

This commit is contained in:
tom5079
2019-07-07 15:35:32 +09:00
parent 2a7e46c3cb
commit 61a7bb6393
2 changed files with 8 additions and 7 deletions

View File

@@ -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>