このコミットが含まれているのは:
守矢諏訪子 2023-06-07 08:48:36 +09:00
コミット 68ba914972
5個のファイルの変更7行の追加3行の削除

バイナリ
public/assets/git.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 8.3 KiB

ファイルの表示

@ -117,6 +117,7 @@ func Serve(port string) {
app.Static("/robots.txt", "./public/robots.txt", staticConfig)
app.Static("/favicon.ico", "./public/assets/favicon.ico", staticConfig)
app.Static("/logo.png", "./public/assets/logo.png", staticConfig)
app.Static("/git.png", "./public/assets/git.png", staticConfig)
app.Get("/about", pages.HandleAbout)
app.Get("/explore", ratelimiter, pages.HandleExplore)
app.Get("/:user", pages.HandleUser)

ファイルの表示

@ -10,7 +10,7 @@
<h3>
Think this is a bug?
<a href="https://gitler.moe/suwako/gitlin/issues" target="_blank"
>Create an issue on Codeberg.</a
>Create an issue on Gitler.</a
>
{{ if .link }} Or view this page on
<a rel="noreferrer" href="https://github.com{{.link}}">GitHub</a> {{end}}

ファイルの表示

@ -1,2 +1,6 @@
</body>
<p class="center">
<a href="https://gitler.moe/suwako/gitlin"><img src="/git.png" alt="Git" /></a> |
<a href="https://owacon.moe/">オワコンテック</a>
</p>
</body>
</html>

ファイルの表示

@ -19,6 +19,5 @@
<a class="item" href="/explore">Explore</a>
<a class="item" href="https://owacon.moe/">オワコンテック</a>
<a class="item" href="/about">About</a>
<a class="item" href="https://gitler.moe/suwako/gitlin">Source code</a>
</div>
</nav>