You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
</header>
29
29
<sectionclass="hero-section">
30
30
<divclass="hero">
31
-
<h1class="section-title">Welcome to the 'Legend Coder Coder' blog!</h1>
31
+
<h1class="section-title">Welcome to the 'Legend Coder' blog!</h1>
32
32
<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>
33
33
<p>Below are some of my favourite articles, or you can go to the blog page to see my most recent posts.</p>
Copy file name to clipboardExpand all lines: src/index.njk
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ layout: 'base.njk'
4
4
---
5
5
<sectionclass="hero-section">
6
6
<divclass="hero">
7
-
<h1class="section-title">Welcome to the 'Legend Coder Coder' blog!</h1>
7
+
<h1class="section-title">Welcome to the 'Legend Coder' blog!</h1>
8
8
<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>
9
9
<p>Below are some of my favourite articles, or you can go to the blog page to see my most recent posts.</p>
0 commit comments