jgm / gitit

A wiki using HAppS, pandoc, and git
GNU General Public License v2.0
2.15k stars 225 forks source link

Link in page heading of category pages doesn't work #630

Open pwrobinson opened 5 years ago

pwrobinson commented 5 years ago

On the categories page, the heading points to "/Categories" instead of "/_categories". (This can be fixed by setting pgPageName = "/_category" in function categoryPage, which currently is set to categoryDescription.)

The same issue also comes up when filtering specific categories: the heading of the page will point to "Category: X + Y" instead of "_category/X,Y".

jgm commented 5 years ago

Want to submit a PR?

pwrobinson notifications@github.com writes:

On the categories page, the heading points to "/Categories" instead of "/_categories". (This can be fixed by setting pgPageName = "/_category" in function categoryPage, which currently is set to categoryDescription.)

The same issue also comes up when filtering specific categories: the heading of the page will point to "Category: X + Y" instead of "_category/X,Y".

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jgm/gitit/issues/630

pwrobinson commented 5 years ago

Sure, I will look into it.