diff --git a/_includes/navbar.html b/_includes/navbar.html index f4b7fb9..8ae98c5 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -12,6 +12,7 @@ Home Page + {% if site.categories.articles %}

Articles

{% for page in site.categories.articles %} @@ -21,6 +22,7 @@ {% endfor %}
+ {% endif %} diff --git a/_site/articles/2019/01/01/article-name.html b/_site/articles/2019/01/01/article-name.html deleted file mode 100644 index 8cd823a..0000000 --- a/_site/articles/2019/01/01/article-name.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - Title | Reading School - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

Just to let you know, we use cookies on our site.

-

OK

-
- - - - - -
- - -
-
-
-
- menu - BBC Young Reporter | Reading School -
- -
-
- - -
-
-

Title

-

- - | by Name -

-
- -
A brass statue of a child, in a garden
-
-

Content

- -
-
- - -
- - diff --git a/_site/images/2019-01-01-article-name--cover.jpg b/_site/images/2019-01-01-article-name--cover.jpg deleted file mode 100644 index 991d84a..0000000 Binary files a/_site/images/2019-01-01-article-name--cover.jpg and /dev/null differ diff --git a/_site/index.html b/_site/index.html index 9af7197..b52a951 100644 --- a/_site/index.html +++ b/_site/index.html @@ -70,15 +70,7 @@ Home Page -
-

Articles

- - - - Title - - -
+ @@ -105,25 +97,10 @@
-
-
-
-

Title

-

- - | by Name -

-
-
-
- -
-
-
- +
We haven't got any articles for you yet! Come back during this year's BBC Young Reporter day to see what Reading School's year 8 students have produced!
diff --git a/_site/sitemap.xml b/_site/sitemap.xml index dbc6304..63071f5 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -3,25 +3,18 @@ / - 2019-01-27 + 2019-01-28 daily 0.5 /sitemap.xml - 2019-01-27 + 2019-01-28 daily 0.5 - - /articles/2019/01/01/article-name.html - 2019-01-27 - daily - 0.5 - - diff --git a/index.md b/index.md index 5a3f128..78a5f6f 100644 --- a/index.md +++ b/index.md @@ -4,6 +4,7 @@ description: News articles written by Reading School students in year 8 layout: article-list --- +{% if site.categories.articles %} {% for article in site.categories.articles %}
@@ -27,3 +28,11 @@ layout: article-list } {% endfor %} +{% else %} +
We haven't got any articles for you yet! Come back during this year's BBC Young Reporter day to see what Reading School's year 8 students have produced!
+ +{% endif %}