Update default.html

This commit is contained in:
Andley Chang (張奇軍) 2021-09-12 16:22:36 +08:00 committed by GitHub
parent d27502c5e3
commit 6038c6730f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
<body>
<header>
<h1>{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<p>{{ page.description | default: site.description | default: site.github.project_tagline }}</p>
<h1>{{ page.title | default: site.title }}</h1>
<p>{{ page.description | default: site.description }}</p>
</header>
<div id="banner">