Skip to content
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

极简页脚在英文的关于页面里不显示 #454

Open
xeon-chow opened this issue Dec 25, 2023 · 0 comments
Open

极简页脚在英文的关于页面里不显示 #454

xeon-chow opened this issue Dec 25, 2023 · 0 comments

Comments

@xeon-chow
Copy link

首先感谢作者提供的主题!

配置关于页面的极简页脚时,在中文关于页里可以显示,但是英语关于页面不能显示。相关配置应该都写在config.toml文件里了,这里给出英语部分的配置段:

    [[language.en.menu.socials]]
        url = "mailto:enitxeon@gmail.com"
        weight = 3
        name = ""
        identifier = "mail"
        pre = "external"
        post = "envelope"
    [[language.en.menu.socials]]
        url = "https://instagram.com/xeon_chow/"
        weight = 1
        name = ""
        identifier = "instagram"
        pre = "external"
        post = "instagram"
    [[language.en.menu.socials]]
        url = "https://www.threads.net/@xeon_chow"
        weight = 2
        name = ""
        identifier = "threads"
        pre = "external"
        post = "threads"
    [[language.en.menu.links]]
        pageref = "/"
        name = " "
        identifier = "home"
        weight = 1
        pre = "internal"
        post = "home"
    [[language.en.menu.links]]
        pageref = "/tags/"
        name = " "
        identifier = "tags"
        weight = 2
        pre = "internal"
        post = "tags"
    [[language.en.menu.links]]
        url = "/rss.xml/"
        weight = 3
        name = ""
        identifier = "rss"
        pre = "external"
        post = "rss"

请问是我多语言配置漏了什么选项吗?谢谢。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant