diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:53:22 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:53:22 +0100 |
commit | 1c574d24b7fdd482499fa9553c19342b6a4d391e (patch) | |
tree | 3381ce235c72044d6fa76243e9d6948c737a6e4f /source/_includes/custom/navigation.html | |
download | octopress-theme-jeyzu-1c574d24b7fdd482499fa9553c19342b6a4d391e.zip octopress-theme-jeyzu-1c574d24b7fdd482499fa9553c19342b6a4d391e.tar.gz |
created
Diffstat (limited to 'source/_includes/custom/navigation.html')
-rw-r--r-- | source/_includes/custom/navigation.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/_includes/custom/navigation.html b/source/_includes/custom/navigation.html new file mode 100644 index 0000000..a572467 --- /dev/null +++ b/source/_includes/custom/navigation.html @@ -0,0 +1,19 @@ +<ul class="main"> + <li><a href="{{ root_url }}/l10n">中文化</a></li> + <li> + <a href="{{ root_url }}/themes">主題</a> + <ul class="sub-menu"> + <li><a href="{{ root_url }}/themes/pixivcustom">Pixiv Custom</a></li> + <li><a href="{{ root_url }}/themes/corner">Corner</a></li> + </ul> + </li> + <li> + <a href="{{ root_url }}/scripts">腳本</a> + <ul class="sub-menu"> + <li><a href="{{ root_url }}/scripts/google-plus-hover-zoom">Google+ Hover Zoom</a></li> + <li><a href="{{ root_url }}/scripts/google-plus-fxxking-filter">Google+ Fxxking Filter</a></li> + <li><a href="{{ root_url }}/scripts/google-plus-motionless">Google+ Motionless</a></li> + <li><a href="{{ root_url }}/scripts/google-plus-speed-reply">Google+ Speed Reply</a></li> + </ul> + </li> +</ul> |