Skip to content

Commit

Permalink
fix navbar lol
Browse files Browse the repository at this point in the history
  • Loading branch information
a-usr committed Jun 20, 2024
1 parent 583e208 commit 5217e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3 class="text-3xl sm:text-4xl lg:text-5xl">The DNA of the soul</h3>
success: (data)=>{
var content = $("#content").html(data.replace(/<head>[\s\S]*<\/head>/mg, '')).html();
$.ajax({
url: "../en/navbar.html",
url: "/memes/en/navbar.html",
//url: "/de",
success: (data)=>{
var nav = $("nav").html(data.replace(/<head>[\s\S]*<\/head>/mg, '')).html();
Expand Down

0 comments on commit 5217e3a

Please sign in to comment.