summaryrefslogtreecommitdiffstats
path: root/source/_includes/custom/navigation.html
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 14:53:22 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 14:53:22 +0100
commit1c574d24b7fdd482499fa9553c19342b6a4d391e (patch)
tree3381ce235c72044d6fa76243e9d6948c737a6e4f /source/_includes/custom/navigation.html
downloadoctopress-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.html19
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>