De-minify a bit.

This commit is contained in:
6100m 2020-10-12 14:17:42 -06:00 committed by GitHub
commit e79772c624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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