Skip to content

Commit

Permalink
Fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
meuble committed Dec 14, 2023
1 parent f3f231f commit 4c5eb7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<h4>The essentials</h4>
</div>
<ul>
<li><a href="/about">About Us</a></li>
<li><a href="/about-us">About Us</a></li>
<li><a href="/services">Our Expertise</a></li>
<li><a href="/portfolios">Our Projects</a></li>
<!-- <li><a href="/blog">Blog</a></li> -->
Expand Down
2 changes: 1 addition & 1 deletion _includes/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>{{ page.services.heading }}</h2>
<img src="{{service.icon}}" class="img-fluid" alt="">
</div>
<div class="info">
<h4><a href="{{service.url}}">{{service.title}}</a></h4>
<h4>{{service.title}}</h4>
<p>{{ service.content }}</p>
</div>
</div>
Expand Down

0 comments on commit 4c5eb7c

Please sign in to comment.