From 1880ebf054448f4a3fb296390346f258deca86e7 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 20 Feb 2020 23:09:00 +0900 Subject: [PATCH] fix broken link on internal.md --- content/en/templates/internal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/internal.md b/content/en/templates/internal.md index 004401fda..4e750216c 100644 --- a/content/en/templates/internal.md +++ b/content/en/templates/internal.md @@ -184,7 +184,7 @@ images = ["post-cover.png"] {{}} If `images` aren't specified in the page front-matter, then hugo searches for [image page resources](/content-management/image-processing/) with `feature`, `cover`, or `thumbnail` in their name. -If no image resources with those names are found, the images defined in the [site config](getting-started/configuration/) are used instead. +If no image resources with those names are found, the images defined in the [site config](/getting-started/configuration/) are used instead. If no images are found at all, then an image-less Twitter `summary` card is used instead of `summary_large_image`. Hugo uses the page title and description for the card's title and description fields. The page summary is used if no description is given.