fix stray main tag issue

This commit is contained in:
Arya Kiran
2023-03-07 21:30:33 +05:30
parent 9bb7d60c73
commit 39f4535f0d
10 changed files with 21 additions and 5 deletions
+2
View File
@@ -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>
+3 -1
View File
@@ -28,4 +28,6 @@
{{ else }}
<p>There are no trending repositories at the moment.</p>
{{ end }}
</main>
</main>
</body>
</html>
+2
View File
@@ -16,3 +16,5 @@
</div>
{{end}}
</main>
</body>
</html>
-2
View File
@@ -21,5 +21,3 @@
</div>
</div>
</nav>
</body>
</html>
+2
View File
@@ -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>
+2
View File
@@ -22,3 +22,5 @@
{{end}}
{{end}}
</main>
</body>
</html>
+3 -1
View File
@@ -11,4 +11,6 @@
{{ end }}
<i>Todo: implement GitHub API keys</i>
</main>
</main>
</body>
</html>
+3 -1
View File
@@ -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>
+2
View File
@@ -63,3 +63,5 @@
<p>That repository doesn't exist.</p>
{{ end }}
</main>
</body>
</html>
+2
View File
@@ -79,3 +79,5 @@
<p>That user doesn't exist.</p>
{{ end }}
</main>
</body>
</html>