Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- update file names
  • Loading branch information
chrisdel101 committed May 17, 2024
1 parent b5a62c7 commit 5cbb6fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/blog/example-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<a href="/blog/posts.html">Posts</a>
</li>
<li>
<a href="/blog/write.html">Write a Post</a>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
<li>
<a href="/blog/example.html">Example Post</a>
<a href="/en/blog/example-post.html">Example Post</a>
</li>
</ul>
4 changes: 2 additions & 2 deletions _includes/header/header-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@
<a href="/{{ page.lang }}/blog/posts.html">Posts</a>
</li>
<li>
<a href="/{{ page.lang }}/blog/write.html">Write a Post</a>
<a href="/{{ page.lang }}/blog/write-post.html">Write a Post</a>
</li>
<li>
<a href="/{{ page.lang }}/blog/example.html">Example Post</a>
<a href="/{{ page.lang }}/blog/example-post.html">Example Post</a>
</li>
</ul>
</li>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5cbb6fc

Please sign in to comment.