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