Skip to content

Commit

Permalink
修改defualt.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yjacks committed May 5, 2024
1 parent b58843c commit 79afff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
{% include head-custom.html %}
</head>
<body>

li.center {text-align:center;}
<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>
</header>

<div id="banner">
<li><a href="/index.html" class="button">回主页</a></li>
<li class="center"><a href="/index.html" class="button">回主页</a></li>
{% if site.show_downloads %}
<div class="downloads">
<span>Downloads:</span>
Expand Down

0 comments on commit 79afff5

Please sign in to comment.