-
Notifications
You must be signed in to change notification settings - Fork 434
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
add new tab, lost logo #820
Comments
Thanks for opening this issue, maintainers will get back to you as soon as possible! |
Hi Sepine, The syntax of embedding an icon in NexT is slightly different from directly embedding in HTML. It should be As a side note, it is recommended to use a theme config file |
Thank you for your reply, but the answer is consist exist. |
try Github: <your link> || fab fa-github |
still no use with |
This works for me. Take a look at my repo: Which version of Hexo and NexT are you using? Maybe try fresh install the engine and theme. |
Issue Checklist
Expected behavior
I hope while i change the file "themes/next/_config.yml" about menu task, i could add new tab i like.
While i add a github tab, and add a link, the logo dismisses.
Hope to make the logo visionable.
Actual behavior
The first page is theme's _config.yml file, i add the 124th line is github
and the second pic is fontawesome website's logo link.
and here is the looks of the demo which i made
however i change the index.html about the github place from
<a href="https://github.com/sepinetam/" rel="noopener" target="_blank"><i class="fa fa-github fa-fw"></i>Github</a>
to
<a href="https://github.com/sepinetam/" rel="noopener" target="_blank"><i class="fa-brands fa-github"></i>Github</a>
it is also looks like that.
Steps to reproduce the behavior
first i add the "themes/next/_config.yml" file's 124th line to
Github: https://github.com/sepinetam/ || fa-brands fa-github
and the second step i did is run
and i open it, which looks like here⬇️
Node.js and NPM Information
Package dependencies Information
Hexo Configuration
NexT Configuration
Other Information
No response
The text was updated successfully, but these errors were encountered: