Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
ferronicardoso committed May 28, 2024
1 parent 6bf83a3 commit 22fe2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header id="header">
<a href="{{ site.url }}">
<a href="{{ site.url }}/">
<img src="{{ "/images/logo_csharpbrasil.png" | prepend: site.baseurl | replace: '//', '/' }}" class="logo" alt="C# Brasil">
</a>
</header>
2 changes: 1 addition & 1 deletion _includes/menu.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav id="nav">
<div id="nav-list">
<a href="{{ site.url }}">Página inicial</a>
<a href="{{ site.url }}/">Página inicial</a>
<a href="{{ site.url }}/sobre">Sobre o blog</a>
</div>
</nav>

0 comments on commit 22fe2c6

Please sign in to comment.