Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-09 22:21:17 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-09 22:21:17 +0300
commit6b61f2a5bbd3f7371775b94ae539d82896e686c9 (patch)
treea5f5d312d20a74709021cc434e3ec9f25f1e7782 /docs/content/en/templates
parent6cceef65c2f4b7c262bf67a249867658112b6de4 (diff)
parent14e369b961943a0b977776899e24e8bea63834df (diff)
Merge commit '14e369b961943a0b977776899e24e8bea63834df'
Diffstat (limited to 'docs/content/en/templates')
-rw-r--r--docs/content/en/templates/internal.md2
-rw-r--r--docs/content/en/templates/output-formats.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/templates/internal.md b/docs/content/en/templates/internal.md
index 004401fda..4e750216c 100644
--- a/docs/content/en/templates/internal.md
+++ b/docs/content/en/templates/internal.md
@@ -184,7 +184,7 @@ images = ["post-cover.png"]
{{</ code-toggle >}}
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.
diff --git a/docs/content/en/templates/output-formats.md b/docs/content/en/templates/output-formats.md
index 50337a20c..cbc667da3 100644
--- a/docs/content/en/templates/output-formats.md
+++ b/docs/content/en/templates/output-formats.md
@@ -239,7 +239,7 @@ Hugo will look for the name given, so you can name it whatever you want. But if
[partial name].[OutputFormat].[suffix]
```
-The partial below is a plain text template (Outpuf Format is `CSV`, and since this is the only output format with the suffix `csv`, we don't need to include the Output Format's `Name`):
+The partial below is a plain text template (Output Format is `CSV`, and since this is the only output format with the suffix `csv`, we don't need to include the Output Format's `Name`):
```
{{ partial "mytextpartial.csv" . }}