mirror of
https://github.com/tangkunyin/hexo-theme-jsimple.git
synced 2026-01-25 14:56:28 +00:00
7 lines
448 B
Plaintext
7 lines
448 B
Plaintext
<div class="nav-user">
|
|
<a class="btn-search" href="#" aria-label="content searching link"><i class="fa fa-search"></i></a>
|
|
<a class="btn-read-mode" href="#" aria-label="reading mode chang"><i class="fa fa-sun-o"></i></a>
|
|
<% if(theme.chatLink) { %>
|
|
<a class="btn-sns-qr" href="<%= theme.chatLink %>" aria-label="link for sns chat " target="_blank" rel="external nofollow"><i class="fa fa-telegram"></i></a>
|
|
<% } %>
|
|
</div> |