We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09228f2 commit 1ae6e11Copy full SHA for 1ae6e11
layouts/partials/index_profile.html
@@ -37,7 +37,7 @@ <h1>{{ .title | default site.Title | markdownify }}</h1>
37
<a class="button" href="{{ trim .url " " }}" rel="noopener" title="{{ .name }}">
38
<span class="button-inner">
39
{{ .name }}
40
- {{- if (findRE "://" .url) }}
+ {{- if (findRE "://" .url) }}
41
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
42
stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="14" width="14">
43
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
@@ -52,4 +52,4 @@ <h1>{{ .title | default site.Title | markdownify }}</h1>
52
{{- end }}
53
</div>
54
{{- end}}
55
-</div>
+</div>
0 commit comments