Update header.html

This commit is contained in:
Puyo 2021-05-11 20:49:12 +02:00 committed by GitHub
parent 9e5760d2f4
commit 5151199fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
}
</style>
<button class="headerlink" onclick="window.location.assign('/')">Readme</button>
<button class="headerlink" onclick="window.location.assign('/changelogs/')">Changelogs</button>
<button class="headerlink" onclick="window.location.assign('/building.md')">Building</button>
<button class="headerlink" onclick="window.location.assign('/modchart.md')">Modcharts</button>
<a class="headerlink" href="{% site.url %}/">Readme</button>
<a class="headerlink" href="{% site.url %}/changelogs/">Changelogs</button>
<a class="headerlink" href="{% site.url %}/building">Building</button>
<a class="headerlink" href="{% site.url %}/modchart">Modcharts</button>