Skip to content

How to remove tabs in the top bar ? #2031

Answered by nWestie
pclucas14 asked this question in Q&A
Discussion options

You must be logged in to vote

you can remove the tab for a specific page by setting 'nav' to false in the that pages markdown front-matter.
Ex in projects.md, the front matter is

---
layout: page
title: projects
permalink: /projects/
description: A growing collection of your cool projects.
nav: true
nav_order: 3
display_categories: [work, fun]
horizontal: false
---

change it to nav: false

It you could also probably just delete the file for that tab if you don't plan on using it.

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by george-gca
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@george-gca
Comment options

@pclucas14
Comment options

Comment options

You must be logged in to vote
2 replies
@nWestie
Comment options

@george-gca
Comment options

Comment options

You must be logged in to vote
1 reply
@george-gca
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #2026 on December 30, 2023 18:14.