landing page updates
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 4s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped

This commit is contained in:
2026-03-05 10:45:09 -07:00
parent ab27bb1183
commit 4d6357cc74
3 changed files with 209 additions and 187 deletions

View File

@@ -1,5 +1,4 @@
{{template "base/head" .}}
<link rel="stylesheet" href="{{AppSubUrl}}/assets/css/custom-landing.css">
<div class="page-content home" id="alex-landing">
<section class="hero">
@@ -43,5 +42,6 @@
window.GITEA_APP_URL = "{{AppUrl}}";
window.GITEA_SUB_URL = "{{AppSubUrl}}";
</script>
<script src="{{AppSubUrl}}/assets/js/custom-landing.js?v=2"></script>
<script src="{{AppSubUrl}}/assets/js/custom-landing.js?v=4"></script>
<link rel="stylesheet" href="{{AppSubUrl}}/assets/css/custom-landing.css?v=4">
{{template "base/footer" .}}