fix stray main tag issue

このコミットが含まれているのは:
Arya Kiran 2023-03-07 21:30:33 +05:30
コミット 39f4535f0d
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 842D12BDA50DF120
10個のファイルの変更21行の追加5行の削除

ファイルの表示

@ -7,3 +7,5 @@
<h3>Think this is a bug? <a href="https://codeberg.org/gothub/gothub/issues" target="_blank">Create an issue on Codeberg.</a></h3>
</div>
</main>
</body>
</html>

ファイルの表示

@ -28,4 +28,6 @@
{{ else }}
<p>There are no trending repositories at the moment.</p>
{{ end }}
</main>
</main>
</body>
</html>

ファイルの表示

@ -16,3 +16,5 @@
</div>
{{end}}
</main>
</body>
</html>

ファイルの表示

@ -21,5 +21,3 @@
</div>
</div>
</nav>
</body>
</html>

ファイルの表示

@ -29,3 +29,5 @@ GotHub version: <a href="https://codeberg.org/gothub/gothub/commit/{{ .version}}
<br>
Fiber version: {{ .fiberversion}}, running on {{ .goversion}}
</main>
</body>
</html>

ファイルの表示

@ -22,3 +22,5 @@
{{end}}
{{end}}
</main>
</body>
</html>

ファイルの表示

@ -11,4 +11,6 @@
{{ end }}
<i>Todo: implement GitHub API keys</i>
</main>
</main>
</body>
</html>

ファイルの表示

@ -6,4 +6,6 @@
<h2>Info</h2>
<p>GotHub has implemented ratelimits in order to prevent rate-limits by GitHub. You've been hit by the rate limiter.</p>
</main>
</main>
</body>
</html>

ファイルの表示

@ -63,3 +63,5 @@
<p>That repository doesn't exist.</p>
{{ end }}
</main>
</body>
</html>

ファイルの表示

@ -79,3 +79,5 @@
<p>That user doesn't exist.</p>
{{ end }}
</main>
</body>
</html>