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

remove twitter icon (follow me) in header #585

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions themes/coo/layout/_partial/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<a href="<%- edit_page() %>" target="_blank">
<img alt="GitHub Repo stars" style="height: 26px; opacity: 0.8;" src="https://img.shields.io/github/stars/Fechin/reference?style=social">
</a>
<a href="https://twitter.com/FechinLi" target="_blank">
<!-- <a href="https://twitter.com/FechinLi" target="_blank">
<button type="button"
class="fadeIn inline-flex h-8 items-center rounded-full bg-[#4d9feb] text-slate-100 ml-1 lg:ml-4 px-2 md:px-3 py-2 md:hover:opacity-80">
<div class="md:mr-2">
<%- icon("twitter") %>
</div>
<span class="hidden md:inline text-sm">Follow Me</span>
</button>
</a>
</a> -->
<button id="darkMode" class="fadeIn inline-flex items-center justify-center flex-shrink-0 h-8 w-8 rounded-full text-gray-900 ml-1 lg:ml-4 dark:text-gray-300 bg-gray-200 dark:bg-gray-900">
<i class="icon-light text-gray-600 dark:text-gray-300 dark:hover:text-white">
<%- icon("light") %>
Expand Down