Skip to content

Commit 4c63695

Browse files
committed
fix: add CN domain to image src
1 parent c26b253 commit 4c63695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/influencer-hugo/layouts/partials/development-circle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="text-lg mb-3">{{ .title | markdownify }}</h2>
1616
{{ range first 3 $repo.data }}
1717
<div class="blog-item card mb-4 border-0">
1818
{{ if .image }}
19-
<a href="{{ $mainSiteUrl }}{{ .path }}" title="{{ .title | markdownify }}"><img src="{{ .image | relURL }}" alt="{{ .title | markdownify }}" class="img-fluid w-100" rel="nofollow"></a>
19+
<a href="{{ $mainSiteUrl }}{{ .path }}" title="{{ .title | markdownify }}"><img src="{{ $mainSiteUrl }}{{ .image | relURL }}" alt="{{ .title | markdownify }}" class="img-fluid w-100" rel="nofollow"></a>
2020
{{ end }}
2121
<div class="blog-item-content p-4">
2222
<div class="blog-meta mb-2 small">

0 commit comments

Comments
 (0)