GithubHelp home page GithubHelp logo

Comments (9)

probberechts avatar probberechts commented on June 2, 2024

That's odd. Did you try running hexo clean already?

from hexo-theme-cactus.

 avatar commented on June 2, 2024

That's odd. Did you try running hexo clean already?

Yes, I tried many methods, including hexo clean, and the results were the same. The others were displayed normally, but the tag page title of the archive page was displayed abnormally

from hexo-theme-cactus.

probberechts avatar probberechts commented on June 2, 2024

Just to be clear, you are refering to the <title> tag, right?

Does it change to English if you set the language in _config.yml to

language:
- zh-CN
- en

from hexo-theme-cactus.

 avatar commented on June 2, 2024

澄清一下,你指的是<title>标签,对吗?

_config.yml如果您将语言设置为,它会更改为英语吗

language:
- zh-CN
- en

If it is changed to en, the title is writing, and if it is changed to zh CN, the title is منشورات

from hexo-theme-cactus.

 avatar commented on June 2, 2024

IMG20230106005446.jpg

from hexo-theme-cactus.

probberechts avatar probberechts commented on June 2, 2024

This is the relevant code that sets the title of the archive page:

title = this.__("nav.articles");

The nav.articles variable is replaced with

articles: 归档

I do not see what would be wrong here. Hence, I am afraid I cannot solve it. If you manage to debug it, let me know.

from hexo-theme-cactus.

 avatar commented on June 2, 2024

This is the relevant code that sets the title of the archive page:

title = this.__("nav.articles");

The nav.articles variable is replaced with

articles: 归档

I do not see what would be wrong here. Hence, I am afraid I cannot solve it. If you manage to debug it, let me know.

the problem has been solved, thank you for your patient reply.

from hexo-theme-cactus.

probberechts avatar probberechts commented on June 2, 2024

What was the solution?

from hexo-theme-cactus.

 avatar commented on June 2, 2024

解决方案是什么?

/languages/zh-CN.yml as a result of articles: 归档 is modified to article: 归档 by me

from hexo-theme-cactus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.