Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/adityatelange/hugo-PaperMod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Telange <21258296+adityatelange@users.noreply.github.com>2022-07-08 18:13:59 +0300
committerAditya Telange <21258296+adityatelange@users.noreply.github.com>2022-07-08 18:13:59 +0300
commit179fea63a3dea85c8822ab423903fac43c4efbbe (patch)
tree423750c6072f575aa5cae99e9634c5a4d2e50fc1
parent4824f4623d47064ee29c273ad60a7d77f1ca9e0a (diff)
Add a space to External link SVG in header menu
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 732f8236..63cf652c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -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>