Update default.html
This commit is contained in:
parent
42d5439da7
commit
34e2ea961f
@ -20,8 +20,6 @@
|
|||||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a id="skip-to-content" href="#content">Skip to the content.</a>
|
|
||||||
|
|
||||||
<header class="page-header" role="banner">
|
<header class="page-header" role="banner">
|
||||||
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
|
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
|
||||||
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
||||||
@ -41,7 +39,6 @@
|
|||||||
{% if site.github.is_project_page %}
|
{% if site.github.is_project_page %}
|
||||||
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
|
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
|
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user