We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26b253 commit 4c63695Copy full SHA for 4c63695
themes/influencer-hugo/layouts/partials/development-circle.html
@@ -16,7 +16,7 @@ <h2 class="text-lg mb-3">{{ .title | markdownify }}</h2>
16
{{ range first 3 $repo.data }}
17
<div class="blog-item card mb-4 border-0">
18
{{ 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>
+ <a href="{{ $mainSiteUrl }}{{ .path }}" title="{{ .title | markdownify }}"><img src="{{ $mainSiteUrl }}{{ .image | relURL }}" alt="{{ .title | markdownify }}" class="img-fluid w-100" rel="nofollow"></a>
20
{{ end }}
21
<div class="blog-item-content p-4">
22
<div class="blog-meta mb-2 small">
0 commit comments