gokarna-theme / gokarna-hugo

A minimal opinionated theme for Hugo
https://gokarna-hugo.netlify.app
GNU General Public License v3.0
358 stars 140 forks source link

Table of Contents doesn't get rendered #115

Closed mansoorbarri closed 2 years ago

mansoorbarri commented 2 years ago

These are my configuration as per GoKarna documentation but the table of contents isn't rendered.

config.toml:

start of the post:

the page: https://mansoor.cf/posts/scambaiting101/

yashmehrotra commented 2 years ago

@mansoorbarri From the website link you posted, it seems like you are using an older version of the theme. Please update the git submodule of theme and try building again.

mansoorbarri commented 2 years ago

@mansoorbarri From the website link you posted, it seems like you are using an older version of the theme. Please update the git submodule of theme and try building again.

issue fixed with update, thank you

mansoorbarri commented 2 years ago

the table of contents comes below the page but is fine when i view the site in incognito mode, is there in specific reason for it or it's just the browser's shenanigan

2022_8

yashmehrotra commented 2 years ago

@mansoorbarri This seems like a responsiveness issue, we are also working on adding table of contents for mobiles in #103

Does the demo site render comments inline as well ?

mansoorbarri commented 2 years ago

it's fine with "hugo server"

image

jamesericdavidson commented 2 years ago

is fine when i view the site in incognito mode

Have you tried testing this in a new, clean profile as well? Could be related to the Extensions, User Scripts, Content Blocking, et cetera, on your normal profile. Hence why it appears normal in Incognito mode.

mansoorbarri commented 2 years ago

it's fine everywhere except the current browser profile so it's probably that. thanks.