feat: use resolve to integrate logo
This commit is contained in:
parent
a72b2912c2
commit
437136fc63
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user