From 82ebd7f2207d1466c3947cc26e0c43546de13c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=9C=CE=B1=CE=BA=CE=B1=CF=81=CF=8C=CE=BD=CE=B9=CE=B1=20?= =?UTF-8?q?=CE=BC=CE=B5?= <32320229+makaroniame@users.noreply.github.com> Date: Wed, 30 Aug 2017 05:03:13 +0300 Subject: [PATCH] Posts by Tag (singular) (#1209) Correct "Posts by Tag" (singular) to be more consistent with "Posts by Category" * Update tag-archive.html * Update about.md * Update 10-layouts.md * Update README.md * Update 14-helpers.md --- README.md | 2 +- docs/_docs/10-layouts.md | 4 ++-- docs/_docs/14-helpers.md | 2 +- docs/_pages/about.md | 2 +- docs/_pages/tag-archive.html | 4 ++-- test/_pages/tag-archive.html | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e8be6606308d..a4caece84d44 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ See what's new in the [CHANGELOG](CHANGELOG.md). | [Post with a Gallery][gallery-post] | A post showing several images wrapped in `
` elements. | | [Sample Collection Page][sample-collection] | Single page from a collection. | | [Categories Archive][categories-archive] | Posts grouped by category. | -| [Tags Archive][tags-archive] | Posts grouped by tags. | +| [Tags Archive][tags-archive] | Posts grouped by tag. | Additional sample posts are available under [posts archive][year-archive] on the demo site. Source files for these (and the entire demo site) can be found in [`/docs`](docs). diff --git a/docs/_docs/10-layouts.md b/docs/_docs/10-layouts.md index 39f8b288f282..9f624f0b4e72 100644 --- a/docs/_docs/10-layouts.md +++ b/docs/_docs/10-layouts.md @@ -101,7 +101,7 @@ Essentially the same as `single` with markup adjustments and some modules remove Below are sample archive pages you can easily drop into your project, taking care to rename `permalink`, `title`, or the filename to fit your site. Each is 100% compatible with GitHub Pages. * [All Posts Grouped by Category -- List View][posts-categories] -* [All Posts Grouped by Tags -- List View][posts-tags] +* [All Posts Grouped by Tag -- List View][posts-tags] * [All Posts Grouped by Year -- List View][posts-year] * [All Posts Grouped by Collection -- List View][posts-collection] * [Portfolio Collection -- Grid View][portfolio-collection] @@ -179,7 +179,7 @@ The **Tags Archive** page that responds to urls such as `/tags/#tips` looks some --- layout: archive permalink: /tags/ -title: "Posts by Tags" +title: "Posts by Tag" author_profile: true --- diff --git a/docs/_docs/14-helpers.md b/docs/_docs/14-helpers.md index 25814b2f4b41..849417ef220f 100644 --- a/docs/_docs/14-helpers.md +++ b/docs/_docs/14-helpers.md @@ -57,7 +57,7 @@ The Liquid based taxonomy archives found amongst the demo pages rely on this hel | Description | | | | ----------- | ------------------------ | --------------------------- | | All posts grouped by category | [Source][category-array] | [Demo][category-array-demo] | -| All posts grouped by tags | [Source][tag-array] | [Demo][tag-array-demo] | +| All posts grouped by tag | [Source][tag-array] | [Demo][tag-array-demo] | [category-array]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/category-archive.html [category-array-demo]: {{ "/categories/" | absolute_url }} diff --git a/docs/_pages/about.md b/docs/_pages/about.md index 2eafe3fd987e..24b1c988cab2 100644 --- a/docs/_pages/about.md +++ b/docs/_pages/about.md @@ -42,7 +42,7 @@ Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your | [Post with a Gallery][gallery-post] | A post showing several images wrapped in `
` elements. | | [Sample Collection Page][sample-collection] | Single page from a collection. | | [Categories Archive][categories-archive] | Posts grouped by category. | -| [Tags Archive][tags-archive] | Posts grouped by tags. | +| [Tags Archive][tags-archive] | Posts grouped by tag. | For even more demo pages check the [posts archive][year-archive]. diff --git a/docs/_pages/tag-archive.html b/docs/_pages/tag-archive.html index df08680826e8..b30a57f5ac5f 100644 --- a/docs/_pages/tag-archive.html +++ b/docs/_pages/tag-archive.html @@ -1,7 +1,7 @@ --- layout: archive permalink: /tags/ -title: "Posts by Tags" +title: "Posts by Tag" author_profile: true --- @@ -13,4 +13,4 @@

{{ tag }}

{% for post in posts %} {% include archive-single.html %} {% endfor %} -{% endfor %} \ No newline at end of file +{% endfor %} diff --git a/test/_pages/tag-archive.html b/test/_pages/tag-archive.html index 4006381d968a..75833cda3565 100644 --- a/test/_pages/tag-archive.html +++ b/test/_pages/tag-archive.html @@ -1,7 +1,7 @@ --- layout: archive permalink: /tags/ -title: "Posts by Tags" +title: "Posts by Tag" author_profile: true --- @@ -14,4 +14,4 @@

{{ tag }}

{% for post in posts %} {% include archive-single.html %} {% endfor %} -{% endfor %} \ No newline at end of file +{% endfor %}