Fix irregular spacing in seach title and svg icon

This commit is contained in:
Aditya Telange 2021-09-05 18:22:39 +05:30
parent c437ee1b62
commit 97b373d9ee
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -1,7 +1,7 @@
{{- define "main" }}
<header class="page-header">
<h1>{{ .Title }}&nbsp;
<h1>{{- (printf "%s&nbsp;" .Title ) | htmlUnescape -}}
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8"></circle>