Skip to content

Commit

Permalink
Merge branch 'main' into xmr/preconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 30, 2024
2 parents 6856ead + 496b2b1 commit a9a356a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/partials/author-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<img class="mb-0 me-2 rounded-2"
srcset="{{ $imgUrl }}, {{ $imgUrl2x }} 2x"
src="{{ $imgUrl }}"
alt=""
{{ if eq .lazyload true }}loading="lazy"{{ end }}
alt=""{{ if eq .lazyload true }}
loading="lazy"{{ end }}
width="{{ $avatarWidth }}"
height="{{ $avatarHeight }}">
<span>@{{ $author }}</span>
Expand Down
2 changes: 2 additions & 0 deletions src/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@
{{ partial "stylesheet" . -}}
{{ partial "favicons" . -}}
{{ partial "social" . -}}
{{- if hugo.IsProduction }}
{{ partial "analytics" . -}}
{{- end }}

0 comments on commit a9a356a

Please sign in to comment.