feat: use resolve to integrate logo

This commit is contained in:
wpetit 2025-03-27 16:01:22 +01:00
parent a72b2912c2
commit 437136fc63

View File

@ -95,7 +95,8 @@
</style>
</head>
<body class="markdown-body">
<img id="logo" src="../resources/logo.svg" />
<img id="logo" src={{ resolve .Context "../resources/logo.svg" "image/svg+xml" }}
/>
{{ .Body }}
</body>
</html>