Update default.html

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

View File

@ -18,7 +18,7 @@
<body>
<header>
<h1>{{ page.title | default: site.title }}</h1>
<h1>{{ page.title | default: "全民希臘文 (BG4E) }}</h1>
<p>{{ page.description | default: site.description }}</p>
</header>