From b9f4ad7dd45ad4cec28e509b306092ec9cf4aad5 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 31 Dec 2022 15:42:13 +0100 Subject: [PATCH] Make descriptions consistent --- content/en/blog/bootstrap.md | 2 +- content/en/blog/code-highlighting.md | 2 +- content/en/blog/emoji-support.md | 2 +- content/en/blog/rich-content.md | 2 +- content/en/projects/another-project.md | 2 +- content/en/projects/sample-project.md | 2 +- content/nl/blog/custom-shortcodes.md | 2 +- content/nl/blog/emoji-support.md | 2 +- content/nl/blog/rich-content.md | 2 +- content/nl/projects/another-project.md | 2 +- content/nl/projects/sample-project.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/en/blog/bootstrap.md b/content/en/blog/bootstrap.md index bff17229..c12ed1b4 100644 --- a/content/en/blog/bootstrap.md +++ b/content/en/blog/bootstrap.md @@ -2,7 +2,7 @@ author: "Mark Dumay" title: "Bootstrap Components" date: 2022-12-26 -description: "Overview of available Bootstrap components" +description: "Overview of available Bootstrap components." tags: ["bootstrap"] thumbnail: img/boots.jpg photoCredits: Nathan Dumlao diff --git a/content/en/blog/code-highlighting.md b/content/en/blog/code-highlighting.md index 22390c60..aef9e685 100644 --- a/content/en/blog/code-highlighting.md +++ b/content/en/blog/code-highlighting.md @@ -2,7 +2,7 @@ author: "Mark Dumay" title: "Code Highlighting" date: 2022-04-16 -description: "Examples on how to enable code highlighting" +description: "Examples on how to enable code highlighting." tags: ["code"] thumbnail: img/notepad.jpg photoCredits: Frederick Medina diff --git a/content/en/blog/emoji-support.md b/content/en/blog/emoji-support.md index 0ddc1b59..78ce6b2b 100644 --- a/content/en/blog/emoji-support.md +++ b/content/en/blog/emoji-support.md @@ -2,7 +2,7 @@ author: "Hugo Authors" title: "Emoji Support" date: 2021-07-15 -description: "Guide to emoji usage in Hugo" +description: "Guide to emoji usage in Hugo." tags: ["emoji"] # thumbnail: img/dunes.jpg thumbnail: https://picsum.photos/id/184/4288/2848.jpg diff --git a/content/en/blog/rich-content.md b/content/en/blog/rich-content.md index cb36d644..eb9ae16d 100644 --- a/content/en/blog/rich-content.md +++ b/content/en/blog/rich-content.md @@ -2,7 +2,7 @@ author: "Hugo Authors" title: "Rich Content" date: 2021-07-13 -description: "A brief description of Hugo Shortcodes" +description: "A brief description of Hugo Shortcodes." tags: ["shortcode", "privacy"] thumbnail: img/flowers.jpg # https://picsum.photos/id/106/2592/1728 photoCredits: Arvee Marie diff --git a/content/en/projects/another-project.md b/content/en/projects/another-project.md index 991c120a..98bb8914 100644 --- a/content/en/projects/another-project.md +++ b/content/en/projects/another-project.md @@ -2,7 +2,7 @@ author: "Hugo Authors" title: "Another project" date: 2021-07-15 -description: "Another project" +description: "Another project." tags: ["javascript", "golang"] thumbnail: img/coffee.jpg # https://picsum.photos/id/1060/5598/3732 photoCredits: Karl Fredrickson diff --git a/content/en/projects/sample-project.md b/content/en/projects/sample-project.md index 7c10d751..d83efeae 100644 --- a/content/en/projects/sample-project.md +++ b/content/en/projects/sample-project.md @@ -2,7 +2,7 @@ author: "Hugo Authors" title: "Sample project" date: 2021-07-15 -description: "A sample project" +description: "A sample project." tags: ["html", "css"] thumbnail: img/laptop.jpg # https://picsum.photos/id/0/5616/3744 photoCredits: Alejandro Escamilla diff --git a/content/nl/blog/custom-shortcodes.md b/content/nl/blog/custom-shortcodes.md index c382c2d3..f7decd86 100644 --- a/content/nl/blog/custom-shortcodes.md +++ b/content/nl/blog/custom-shortcodes.md @@ -2,7 +2,7 @@ author: "Mark Dumay" title: "Extra shortcodes" date: 2022-12-05 -description: "Beschikbare shortcodes die gebruik maken van Bootstrap componenten en vormgeving" +description: "Beschikbare shortcodes die gebruik maken van Bootstrap componenten en vormgeving." tags: ["bootstrap", "shortcode"] thumbnail: img/boots.jpg photoCredits: Nathan Dumlao diff --git a/content/nl/blog/emoji-support.md b/content/nl/blog/emoji-support.md index 6f915cd1..9bdf439b 100644 --- a/content/nl/blog/emoji-support.md +++ b/content/nl/blog/emoji-support.md @@ -3,7 +3,7 @@ author: "Hugo Authors" slug: "emoji-ondersteuning" title: "Emoji ondersteuning" date: 2021-07-15 -description: "Gids voor het gebruik van emoji met Hugo" +description: "Gids voor het gebruik van emoji met Hugo." tags: ["emoji"] # thumbnail: img/dunes.jpg thumbnail: https://picsum.photos/id/184/4288/2848.jpg diff --git a/content/nl/blog/rich-content.md b/content/nl/blog/rich-content.md index 6a21e899..73696809 100644 --- a/content/nl/blog/rich-content.md +++ b/content/nl/blog/rich-content.md @@ -3,7 +3,7 @@ author: "Hugo Authors" slug: "multimedia" title: "Multimedia" date: 2021-07-13 -description: "Een overzicht van enkele Hugo Shortcodes" +description: "Een overzicht van enkele Hugo Shortcodes." tags: ["shortcode", "privacy"] thumbnail: img/flowers.jpg # https://picsum.photos/id/106/2592/1728 photoCredits: Arvee Marie diff --git a/content/nl/projects/another-project.md b/content/nl/projects/another-project.md index 2a70aa16..e3a1e174 100644 --- a/content/nl/projects/another-project.md +++ b/content/nl/projects/another-project.md @@ -3,7 +3,7 @@ author: "Hugo Authors" slug: "ander-project" title: "Ander project" date: 2021-07-15 -description: "Ander project" +description: "Een ander project." tags: ["javascript", "golang"] thumbnail: img/coffee.jpg # https://picsum.photos/id/1060/5598/3732 photoCredits: Karl Fredrickson diff --git a/content/nl/projects/sample-project.md b/content/nl/projects/sample-project.md index a034abe9..30f8d2cc 100644 --- a/content/nl/projects/sample-project.md +++ b/content/nl/projects/sample-project.md @@ -3,7 +3,7 @@ author: "Hugo Authors" slug: "voorbeeldproject" title: "Voorbeeldproject" date: 2021-07-15 -description: "Een voorbeeldproject" +description: "Een voorbeeldproject." tags: ["html", "css"] thumbnail: img/laptop.jpg # https://picsum.photos/id/0/5616/3744 photoCredits: Alejandro Escamilla