DEV: remove H1 from crawler view header (#18201)

This commit is contained in:
Kris 2022-09-12 10:46:00 -04:00 committed by GitHub
parent dacdec5acc
commit b0ac98b465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<header>
<a href="<%= path "/" %>">
<h1><%=SiteSetting.title%></h1>
<%=SiteSetting.title%>
</a>
</header>