diff --git a/_includes/default-navigation.html b/_includes/default-navigation.html index 0e29ee9..d98462c 100644 --- a/_includes/default-navigation.html +++ b/_includes/default-navigation.html @@ -22,7 +22,7 @@
  • News Links
  • diff --git a/articles/index.md b/articles/index.md new file mode 100644 index 0000000..87817e7 --- /dev/null +++ b/articles/index.md @@ -0,0 +1,7 @@ +--- +title: BlackBerry Community Wiki - Articles +redirect-page: All_Articles +redirect-seconds: 0 +redirect-message: "Please wait while we redirect you to the starting page" +layout: redirect +--- diff --git a/index.md b/index.md index 958f4a8..df33e4f 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ --- title: BlackBerry Community Wiki -redirect-page: BlackBerry_Jam +redirect-page: news/Latest_News redirect-seconds: 0 redirect-message: "Please wait while we redirect you to the starting page" layout: redirect diff --git a/news/All_News.md b/news/All_News.md new file mode 100644 index 0000000..85ebc2d --- /dev/null +++ b/news/All_News.md @@ -0,0 +1,62 @@ +--- +layout: news +title: Community News +--- + +

    Latest News

    +See [News Highlights](Latest_News.html). + +
    +
    + {% for post in site.posts %} +
    +
    +

    {{ post.title }}

    +
    {{ post.date | date: '%m-%d-%Y' }}
    + {% if content %} + {{ content }} + {% else %} + {{ post.content }} + {% endif %} +
    +
    + {% endfor %} +
    + + {% if site.total_pages > 1 %} +
    +
    + {% if site.previous_page > 1 %} + {% capture page_url %}page{{ page }}{% endcapture%} + {% endif %} + {% if site.previous_page %} +
    + + « + +
    + {% endif %} +
    + {% for page in (1..site.total_pages) %} +
    + {% if page > 1 %} + {% capture page_url %}page{{ page }}{% endcapture%} + {% endif %} + {% if page == site.page %} + {{ page }} + {% else %} + {{ page }} + {% endif %} + + {% endfor %} + {% if site.next_page %} + + {% endif %} +
    +
    + {% endif %} +
    diff --git a/news/index.md b/news/index.md index 85ebc2d..1608090 100644 --- a/news/index.md +++ b/news/index.md @@ -1,62 +1,7 @@ ---- -layout: news -title: Community News ---- - -

    Latest News

    -See [News Highlights](Latest_News.html). - -
    -
    - {% for post in site.posts %} -
    -
    -

    {{ post.title }}

    -
    {{ post.date | date: '%m-%d-%Y' }}
    - {% if content %} - {{ content }} - {% else %} - {{ post.content }} - {% endif %} -
    -
    - {% endfor %} -
    - - {% if site.total_pages > 1 %} -
    -
    - {% if site.previous_page > 1 %} - {% capture page_url %}page{{ page }}{% endcapture%} - {% endif %} - {% if site.previous_page %} - - {% endif %} -
    - {% for page in (1..site.total_pages) %} -
    - {% if page > 1 %} - {% capture page_url %}page{{ page }}{% endcapture%} - {% endif %} - {% if page == site.page %} - {{ page }} - {% else %} - {{ page }} - {% endif %} - - {% endfor %} - {% if site.next_page %} - - {% endif %} -
    -
    - {% endif %} -
    +--- +title: BlackBerry Community News +redirect-page: Latest_News +redirect-seconds: 0 +redirect-message: "Please wait while we redirect you to the starting page" +layout: redirect +--- diff --git a/other/index.md b/other/index.md new file mode 100644 index 0000000..6915c92 --- /dev/null +++ b/other/index.md @@ -0,0 +1,7 @@ +--- +title: BlackBerry Community Wiki +redirect-page: Contribute +redirect-seconds: 0 +redirect-message: "Please wait while we redirect you to the starting page" +layout: redirect +---