Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit d3a95e5

Browse files
committed
Removed useless lazy load 🚀
1 parent e08ab9c commit d3a95e5

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

_includes/critical.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="rendering-surface" class="container-fluid"></div>
77
<div class="row vertical-center-row text-center">
88
<div id="center-content" class="center-content">
9-
{% include lazy-image.html alt="Fabrizio Duroni" class="img-responsive img-circle profile-image" width="300" height="300" src="/assets/images/fabrizio-duroni.jpg" %}
9+
<img width="300" height="300" class="img-responsive img-circle profile-image" alt="Fabrizio Duroni" src="/assets/images/fabrizio-duroni.jpg"/>
1010
<h1 id="profile-name">{{ site.author }}</h1>
1111
<h3 id="profile-job" class="profile-job">Software Developer</h3>
1212
{% include social-contacts.html icon-class="profile-icon" track-category=site.data.tracking.category.home track-label=site.data.tracking.label.body %}

assets/dist/style.blog.post.7395fbc0267ca700de83.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/dist/style.home.7395fbc0267ca700de83.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
97.6 KB
Loading
86 KB
Loading
15.8 KB
Loading

0 commit comments

Comments
 (0)