Changed theme, added search, added pagination

This commit is contained in:
2022-11-27 09:27:49 +01:00
parent 7ab57f2ea0
commit bea96468d5
19 changed files with 370 additions and 137 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
{{define "components/Footer.gohtml"}}
</body>
<div class="d-flex justify-content-center p-6 text-bg-dark text-info">Dan Dobos &copy; {{GetCurrentYear}}</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
</body>
</html>
{{end}}