Skip to content

Hide Projects tab from navigation#73

Merged
wintermuted merged 1 commit into
masterfrom
copilot/hide-projects-tab
Dec 7, 2025
Merged

Hide Projects tab from navigation#73
wintermuted merged 1 commit into
masterfrom
copilot/hide-projects-tab

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 7, 2025

The Projects navigation tab has been removed from the site header to simplify the main navigation.

Changes

  • Navigation: Commented out the Projects tab in _includes/header.html (lines 39-47)
  • Content preservation: Projects page files (projects.md, _includes/projects-home.html) remain in the repository but are not linked from navigation

The implementation uses HTML comments to hide the entire Liquid conditional block:

<!-- {% if current[1] == "projects" %}
<li class="nav-item active">
    <a class="nav-link active" href="{{ site.baseurl }}/projects">Projects</a>
</li>
{% else %}
    <li class="nav-item">
        <a class="nav-link" href="{{ site.baseurl }}/projects">Projects</a>
    </li>
{% endif %} -->

This prevents the Projects link from rendering in the navbar while preserving the underlying content for potential future use.

Original prompt

This section details on the original issue you should resolve

<issue_title>Hide projects tab on master branch</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Hide projects tab on master branch Hide Projects tab from navigation Dec 7, 2025
Copilot AI requested a review from wintermuted December 7, 2025 17:14
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 7, 2025

🚀 Preview deployment ready!

View your changes at: https://pr-73--reverent-aryabhata-74e98b.netlify.app

✨ Powered by Netlify - auto-updates on every commit and auto-deletes when PR is closed.

@wintermuted wintermuted marked this pull request as ready for review December 7, 2025 17:35
Copilot AI review requested due to automatic review settings December 7, 2025 17:35
@wintermuted wintermuted merged commit 61dc338 into master Dec 7, 2025
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wintermuted wintermuted deleted the copilot/hide-projects-tab branch December 7, 2025 17:35
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 7, 2025

🧹 Preview deployment has been automatically cleaned up by Netlify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hide projects tab on master branch

3 participants