Update template.ejs

This commit is contained in:
bihlink 2022-06-20 23:14:47 +02:00 committed by GitHub
parent 8a180da77c
commit f67e317204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<div class="meta">
<div class="header" style="<%= meta.headerImage?`background-image:url(${meta.headerImage})`:'' %>">
<a class="header-left" target="_blank" href="<%= meta.link %>">
<a class="header-left" href="<%= meta.link %>">
<% if (meta.avatar){ %>
<img class="avatar circular" src="<%= meta.avatar %>"></img>
<% } %>