De-minify a bit.
This commit is contained in:
parent
51c1f82a84
commit
e79772c624
1 changed files with 10 additions and 5 deletions
|
|
@ -18,17 +18,22 @@
|
|||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="skiptoit(undefined)">SKip to the Main Content.</button>
|
||||
<button onclick="noapi(undefined)">Click me to view repo contribution and docs on the various files in the repo.</button>
|
||||
<button onclick="skiptoit(undefined)">SKip to the Main Content.
|
||||
</button>
|
||||
<button onclick="noapi(undefined)">Click me to view repo contribution and docs on the various files in the repo.
|
||||
</button>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
|
||||
<img src='https://github.com/WiiLink24/WiiLink24.github.io/raw/main/img/wl24.png'/>
|
||||
{% if site.github.is_project_page %}
|
||||
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
|
||||
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site.show_downloads %}
|
||||
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
|
||||
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
|
||||
<a href="{{ site.github.zip_url }}" class="btn">Download .zip
|
||||
</a>
|
||||
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz
|
||||
</a>
|
||||
{% endif %}
|
||||
</header><script>
|
||||
function noapi(undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue