Skip to content

How to change upside down tab titles or remove menu items on blog page? #112

Discussion options

You must be logged in to vote

Hi, first of all, _site folder is output folder. You can't change anything in there.

My advice is to use a good editor like VS Code, so you can use the search function.
If you search "Categories" you can find this file. If you want to remove category tab of upside down menu, this is where you need to make changes.

if you want to change the tab names, please check this file.

  upside_down_tabs:
    tab:
      all: All
      categories: Categories #Change here
      tags: Tags
      years: Years
      clear: Clear
      close: Close

if that's what you're trying to achieve?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mohammadRezaeian
Comment options

Answer selected by mohammadRezaeian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
How to
Labels
None yet
2 participants