Last active
August 29, 2015 14:13
-
-
Save hachibeeDI/092cfe7b77cf589963f8 to your computer and use it in GitHub Desktop.
hatena theme Cinnamon custom header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
例です。 | |
デザイン設定 -> ヘッダ -> タイトル下 の中にこのHTMLを参考にしたコードを挿入するとグローバルヘッダが出てきます。 | |
href=""の中にurl、その横に表示したい言葉を入れるようにしてください。 | |
--> | |
<nav class="custom-header--navigation"> | |
<ul class="custom-header"> | |
<li class="custom-header__li"><a href="/">TOP</a></li> | |
<li class="custom-header__li"><a href="/archive/category/プログラミング">プログラミング</a></li> | |
<li class="custom-header__li"><a href="/archive/category/料理">料理</a></li> | |
<li class="custom-header__li"><a href="/archive/category/ブログカスタマイズ">ブログカスタマイズ</a></li> | |
</ul> | |
</nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment