diff --git a/public/assets/git.png b/public/assets/git.png new file mode 100644 index 0000000..df3afde Binary files /dev/null and b/public/assets/git.png differ diff --git a/serve/serve.go b/serve/serve.go index 5587fe9..a63ca2b 100644 --- a/serve/serve.go +++ b/serve/serve.go @@ -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) diff --git a/views/error.html b/views/error.html index ee158f4..df391b8 100644 --- a/views/error.html +++ b/views/error.html @@ -10,7 +10,7 @@

Think this is a bug? Create an issue on Codeberg.Create an issue on Gitler. {{ if .link }} Or view this page on GitHub {{end}} diff --git a/views/footer.html b/views/footer.html index 308b1d0..cac310f 100644 --- a/views/footer.html +++ b/views/footer.html @@ -1,2 +1,6 @@ - +

+ Git | + オワコンテック +

+ diff --git a/views/header.html b/views/header.html index dcb09c8..71e29f9 100644 --- a/views/header.html +++ b/views/header.html @@ -19,6 +19,5 @@ Explore オワコンテック About - Source code