Skip to content

Commit 6002370

Browse files
seo changes
1 parent 619ab99 commit 6002370

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header class="header">
22
<a href="{{ site.url}}{{ site.baseurl }}/">
3-
<img src="assets/images/logo.png" width="200" height="40" alt="our main logo" class="logo">
3+
<img src="assets/images/logo.png" alt="our main logo" class="logo">
44
</a>
55

66
<nav class="navbar">

_includes/section-hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="hero-heading">{{ site.github.owner_display_name }}</h1>
1919
<picture>
2020
<source srcset="assets/images/webp/hero.webp" type="image/webp">
2121
<source srcset="assets/images/hero.jpg" type="image/jpg">
22-
<img src="assets/images/hero.jpg" alt="this is me {{ site.github.owner_display_name }}" fetchpriority="high" width="400" height="590" class="hero-img">
22+
<img src="assets/images/hero.jpg" alt="this is me {{ site.github.owner_display_name }}" fetchpriority="high" width="400" class="hero-img">
2323
</picture>
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)