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> </style>
</head> </head>
<body class="markdown-body"> <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 }}
</body> </body>
</html> </html>