Files
GitHop/deploy/gitea/templates/custom/header.tmpl
T
Hop f371490e28 Render the supplied Hop logo correctly from the first paint
Hop-State: A_06FN58S7V5N6ETGRWG3NVM0
Hop-Proposal: R_06FN58R126ZBPCZA1A0XKHR
Hop-Task: T_06FN50V05VH5V9WE9QQF9KR
Hop-Attempt: AT_06FN50V05RGZYCX0EKTK6Q0
2026-07-11 12:24:12 -07:00

7 lines
186 B
Cheetah

<link rel="preload" href="{{AssetUrlPrefix}}/img/hop.svg?v=4" as="image" type="image/svg+xml">
<style>
#navbar-logo img {
content: url("{{AssetUrlPrefix}}/img/hop.svg?v=4");
}
</style>