Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Third branch #1969

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ <h3>Follow Us</h3>
<p class="copyright-b">&copy; 2024 BuddyTrail. All rights reserved.</p>
</div>
</footer>

<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/2.1.3/marked.min.js"></script>
<script>
// Initialize data in localStorage if it doesn't exist
Expand Down Expand Up @@ -1334,6 +1335,7 @@ <h3>Comments (${post.comments.length})</h3>
navList.classList.remove("active");
});


});

this.reset(); // Clears the form fields
Expand Down Expand Up @@ -1463,7 +1465,6 @@ <h3>Comments (${post.comments.length})</h3>
messageElement.style.color = 'red'; // Change message color to red
}
});
</script>


<div class="gtranslate_wrapper"></div>
Expand Down
1 change: 1 addition & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link rel="icon" href="https://img.icons8.com/?size=100&id=I24lanX6Nq71&format=png&color=000000">
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet">


<!-- Internal Styles -->
<style>
.card {
Expand Down