Skip to content

Commit

Permalink
Fix themes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSh4dy committed Nov 20, 2023
1 parent 56e37b3 commit 7ed4ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/hexo-theme-flexblock/layout/_partial/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@

<p>Powered by <a href="https://hexo.io" target="_blank" rel="noopener noreferrer">Hexo</a> Theme - <a href="https://github.com/miiiku/flex-block" target="_blank" rel="noopener noreferrer author">flex-block</a></p>

<p>
<a href="javascript:;" id="theme-light">🌞 Light</a>
<a href="javascript:;" id="theme-dark">🌛 Dark</a>
<a href="javascript:;" id="theme-auto">🤖️ Automatic</a>
</p>

</div>
</footer>

0 comments on commit 7ed4ecf

Please sign in to comment.