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

Update twitter and google scholar icon? #15

Open
binchen19 opened this issue Jul 3, 2024 · 1 comment
Open

Update twitter and google scholar icon? #15

binchen19 opened this issue Jul 3, 2024 · 1 comment

Comments

@binchen19
Copy link

Thank you so much for the amazing work, Yaoyao! I have a small request regarding updating brand icons since Google Scholar and Twitter (now branded as “X”) have changed their icons. I noticed that the author has updated to the newest “X” icon, but I’m struggling to update my code, which is somewhat outdated (forked about 2 years ago). Could you provide some guidance on how to make these updates on personal websites? Any help would be greatly appreciated!

@yaoyao-liu
Copy link
Owner

yaoyao-liu commented Jul 16, 2024

Thanks for your interest in my project!

To change the icon of Twitter to X, you may replace the following code:

{% if site.twitter %}
<a style="margin: 0 0 0 0" href="{{ site.twitter }}">
<i class="fab fa-twitter"></i>
</a>
{% endif %}

with

        {% if site.twitter %}
        <a style="margin: 0 0 0 0" href="{{ site.twitter }}">
          <i class="fab fa-x-twitter"></i>
        </a>
        {% endif %}

If you have any further questions, please feel free to send me an email: [email protected].

Best regards,

Yaoyao

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

2 participants