From f88e797325899c87f41954d61ee53e202fad6a54 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 13 Dec 2020 11:08:02 +0000 Subject: [PATCH] Fix typoi --- _includes/header.html | 5 ++--- _layouts/home.html | 2 +- _site/comsci/index.html | 14 ++++---------- _site/index.html | 14 ++++---------- _site/luhn-algorithm/index.html | 14 ++++---------- _site/site-theme/index.html | 14 ++++---------- _site/young-reporter/index.html | 14 ++++---------- 7 files changed, 23 insertions(+), 54 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 530626a..584c285 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -14,11 +14,10 @@
  • Blog
  • {% assign all_pages = site.pages | sort: "title" %} - {% for project in all_pages %} - {% assign project_url_end = project.url | slice: -4, -1 %} + {% for project in all_pages %}{% assign project_url_end = project.url| slice: -4, 4 %} {% if project.url != "/" and project.url != "/index.html" and project.url != "/sitemap.xml" and project_url_end != ".css" %}
  • {{ project.title }}
  • + {% endif %}>{{project_url_end}} {{project.url}} {{ project.title }} {% endif %} {% endfor %} diff --git a/_layouts/home.html b/_layouts/home.html index 66f6e73..6c9b0a3 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -30,7 +30,7 @@
    {% for project in all_pages %} - {% assign project_url_end = project.url | slice: -4, -1 %} + {% assign project_url_end = project.url| slice: -4, 4 %} {% if project.url != "/" and project.url != "/index.html" and project.url != "/sitemap.xml" and project_url_end != ".css" %}
    diff --git a/_site/comsci/index.html b/_site/comsci/index.html index dd8a3d6..912210c 100644 --- a/_site/comsci/index.html +++ b/_site/comsci/index.html @@ -64,28 +64,22 @@ - - -
  • BBC Young Reporter Article Generator
  • - +
  • ter/ /young-reporter/ BBC Young Reporter Article Generator
  • Computer Science
  • + >sci/ /comsci/ Computer Science - - -
  • Luhn Algorithm
  • +
  • thm/ /luhn-algorithm/ Luhn Algorithm
  • - -
  • Site Theme
  • +
  • eme/ /site-theme/ Site Theme
  • diff --git a/_site/index.html b/_site/index.html index c2558ec..6a9c952 100644 --- a/_site/index.html +++ b/_site/index.html @@ -64,27 +64,21 @@ - - -
  • BBC Young Reporter Article Generator
  • +
  • ter/ /young-reporter/ BBC Young Reporter Article Generator
  • - -
  • Computer Science
  • +
  • sci/ /comsci/ Computer Science
  • - - -
  • Luhn Algorithm
  • +
  • thm/ /luhn-algorithm/ Luhn Algorithm
  • - -
  • Site Theme
  • +
  • eme/ /site-theme/ Site Theme
  • diff --git a/_site/luhn-algorithm/index.html b/_site/luhn-algorithm/index.html index 58e7c99..b37763d 100644 --- a/_site/luhn-algorithm/index.html +++ b/_site/luhn-algorithm/index.html @@ -64,28 +64,22 @@ - - -
  • BBC Young Reporter Article Generator
  • +
  • ter/ /young-reporter/ BBC Young Reporter Article Generator
  • - -
  • Computer Science
  • - - +
  • sci/ /comsci/ Computer Science
  • Luhn Algorithm
  • + >thm/ /luhn-algorithm/ Luhn Algorithm - -
  • Site Theme
  • +
  • eme/ /site-theme/ Site Theme
  • diff --git a/_site/site-theme/index.html b/_site/site-theme/index.html index 390dcec..9d3e09a 100644 --- a/_site/site-theme/index.html +++ b/_site/site-theme/index.html @@ -64,28 +64,22 @@ - - -
  • BBC Young Reporter Article Generator
  • +
  • ter/ /young-reporter/ BBC Young Reporter Article Generator
  • - -
  • Computer Science
  • +
  • sci/ /comsci/ Computer Science
  • - - -
  • Luhn Algorithm
  • - +
  • thm/ /luhn-algorithm/ Luhn Algorithm
  • Site Theme
  • + >eme/ /site-theme/ Site Theme diff --git a/_site/young-reporter/index.html b/_site/young-reporter/index.html index b1dff9b..db1d5cc 100644 --- a/_site/young-reporter/index.html +++ b/_site/young-reporter/index.html @@ -64,28 +64,22 @@ - -
  • BBC Young Reporter Article Generator
  • + >ter/ /young-reporter/ BBC Young Reporter Article Generator - -
  • Computer Science
  • +
  • sci/ /comsci/ Computer Science
  • - - -
  • Luhn Algorithm
  • +
  • thm/ /luhn-algorithm/ Luhn Algorithm
  • - -
  • Site Theme
  • +
  • eme/ /site-theme/ Site Theme