-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I first click "Articles" page 's categories, it doesn't work. #66
Comments
When it works, I refresh it again and it fails again |
@moluuser Does this occur during local testing or after you've published your site? |
Both ways will appear. I use github and cloudflare page to publish my site. |
What does your file structure look like? What does your Hugo config look like? What exactly is the problem - can you either showcase screenshots or provide us a link to your website? |
Hugo config: baseurl: ""
languageCode: "en-us"
title: ""
theme: "hugo-tania"
paginate: 6
copyright: ""
params:
# Emoji will show before the blog title on site navbar.
titleEmoji: "🍭"
# Logo will show before the blog title on site navbar.
titleLogo:
socialOptions:
email:
enableFootnotes: true
author: ""
# Comments settings
comments:
enabled: true
provider: giscus
giscus:
repo:
id:
category:
name: Announcements
id:
# Limit how many categories filter show above search input.
maxCategoryToShow: 10
mathjax: true
menu:
header:
- name: Articles
url: "/articles/"
weight: 1
- name: Time
url: "/time/"
weight: 2
- name: "About"
url: "/about/"
weight: 3
footer:
- name: RSS
url: "/index.xml"
markup:
highlight:
noClasses: false
lineNos: true
guessSyntax: true
goldmark:
renderer:
unsafe: true
outputs:
home: ["HTML","RSS", "JSON"] |
Sorry for so late to reply you, I am busy about the company work recently. Can you give me some link which can reproduce this problem? Or press F12, to see if there are any error. I think it is some javascript code get error. |
I must refresh the website, it can work.
The text was updated successfully, but these errors were encountered: