mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-14 07:04:25 -04:00
Add a space to External link SVG in header menu
This commit is contained in:
parent
4824f4623d
commit
179fea63a3
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
||||||
{{- .Name -}}
|
{{- .Name -}}
|
||||||
{{ .Post -}}
|
{{ .Post -}}
|
||||||
</span>
|
</span>
|
||||||
{{- if (findRE "://" .URL) }}
|
{{- if (findRE "://" .URL) }}
|
||||||
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
|
<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">
|
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>
|
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue