Files
cyph3rasi 6be764ec6e Bind prompt history to Gitea's server-rendered session identity without an API token
Hop-State: A_06FNB7D05ZQ3AHD1V0GY5P8
Hop-Proposal: R_06FNB7CDK6ZKM505CPR2DY8
Hop-Task: T_06FNB715NCG0M3SVDJAGHY8
Hop-Attempt: AT_06FNB715NCK5MKAVH59TE0G
2026-07-12 02:17:01 -07:00

20 lines
560 B
Cheetah

{{if .IsSigned}}
<meta name="hop-signed-user-id" content="{{.SignedUser.ID}}">
<meta name="hop-signed-user-login" content="{{.SignedUser.Name}}">
{{end}}
<link rel="preload" href="{{AssetUrlPrefix}}/img/hop.svg?v=4" as="image" type="image/svg+xml">
<style>
html:not([data-hop-native="true"]) {
background: var(--color-body);
}
html:not([data-hop-native="true"]) body {
visibility: hidden;
}
#navbar-logo img {
content: url("{{AssetUrlPrefix}}/img/hop.svg?v=4");
}
</style>
<noscript><style>html body { visibility: visible !important; }</style></noscript>