From eecf61985584b7150b346619ce700587cb978eb3 Mon Sep 17 00:00:00 2001 From: mourner Date: Wed, 18 Jul 2012 00:41:26 +0300 Subject: [PATCH] initial blog and plugins pages --- _layouts/default.html | 16 ++++++++++++++-- blog.md | 6 ++++++ plugins.md | 6 ++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 blog.md create mode 100644 plugins.md diff --git a/_layouts/default.html b/_layouts/default.html index ff27c712..8f0496d5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -78,8 +78,20 @@ Download {% endif %} -
  • Plugins
  • -
  • Blog
  • +
  • + {% if page.title == 'Plugins' %} + Plugins + {% else %} + Plugins + {% endif %} +
  • +
  • + {% if page.title == 'Blog' %} + Blog + {% else %} + Blog + {% endif %} +
  • Forum
  • GitHub
  • diff --git a/blog.md b/blog.md new file mode 100644 index 00000000..291e0876 --- /dev/null +++ b/blog.md @@ -0,0 +1,6 @@ +--- +layout: default +title: Blog +--- + +Blog will be here. \ No newline at end of file diff --git a/plugins.md b/plugins.md new file mode 100644 index 00000000..0649adcd --- /dev/null +++ b/plugins.md @@ -0,0 +1,6 @@ +--- +layout: default +title: Plugins +--- + +Plugins will be listed here. \ No newline at end of file