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 20:56:29 +0300
committerGitHub <noreply@github.com>2022-07-08 20:56:29 +0300
commit29fefb48905e7fefa8663976338872fc55487214 (patch)
tree3dd2308723797b1f7f13d68f0d143cd8b77fc9c4
parent179fea63a3dea85c8822ab423903fac43c4efbbe (diff)
Add a space to External link SVG in profile button
-rw-r--r--layouts/partials/index_profile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/index_profile.html b/layouts/partials/index_profile.html
index fe489427..5d28afa4 100644
--- a/layouts/partials/index_profile.html
+++ b/layouts/partials/index_profile.html
@@ -37,7 +37,7 @@
<a class="button" href="{{ trim .url " " }}" rel="noopener" title="{{ .name }}">
<span class="button-inner">
{{ .name }}
- {{- 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="14" width="14">
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
@@ -52,4 +52,4 @@
{{- end }}
</div>
{{- end}}
-</div> \ No newline at end of file
+</div>