Skip to content

Commit

Permalink
Add a space to External link SVG in header menu
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange authored and romainx committed Jul 26, 2022
1 parent 06dbafe commit 2470a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
{{- .Name -}}
{{ .Post -}}
</span>
{{- if (findRE "://" .URL) }}
{{- if (findRE "://" .URL) }}&nbsp;
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="12" width="12">
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
Expand Down

0 comments on commit 2470a50

Please sign in to comment.