Skip to content

Commit c704018

Browse files
committed
changed hero section title
1 parent c06bc95 commit c704018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</header>
2929
<section class="hero-section">
3030
<div class="hero">
31-
<h1 class="section-title">Welcome to the 'Legend Coder Coder' blog!</h1>
31+
<h1 class="section-title">Welcome to the 'Legend Coder' blog!</h1>
3232
<p>I use this space to document my adventures in coding with some tips and tricks that I found helpful and cheatsheets of some of the important topics that are essential in coding.</p>
3333
<p>Below are some of my favourite articles, or you can go to the blog page to see my most recent posts.</p>
3434
</div>

src/index.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: 'base.njk'
44
---
55
<section class="hero-section">
66
<div class="hero">
7-
<h1 class="section-title">Welcome to the 'Legend Coder Coder' blog!</h1>
7+
<h1 class="section-title">Welcome to the 'Legend Coder' blog!</h1>
88
<p>I use this space to document my adventures in coding with some tips and tricks that I found helpful and cheatsheets of some of the important topics that are essential in coding.</p>
99
<p>Below are some of my favourite articles, or you can go to the blog page to see my most recent posts.</p>
1010
</div>

0 commit comments

Comments
 (0)