Skip to content

Commit 330aa22

Browse files
committed
content: Miscellaneous edits
1 parent 25ce893 commit 330aa22

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

content/en/functions/resources/GetRemote.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ params:
1010
signatures: ['resources.GetRemote URL [OPTIONS]']
1111
---
1212

13-
> [!NOTE]
14-
> The `Err` method on the returned resource was removed in v0.141.0.
15-
>
16-
> Use the [`try`] statement instead, as shown in the [error handling] example below.
13+
{{< new-in 0.141.0 >}}
14+
The `Err` method on the returned resource was removed in v0.141.0.
15+
16+
Use the [`try`](/functions/go-template/try) statement instead, as shown in the [error handling](#error-handling) example below.
17+
{{< /new-in >}}
1718

1819
```go-html-template
1920
{{ $url := "https://example.org/images/a.jpg" }}
@@ -217,9 +218,8 @@ Note that the entry above is:
217218
- An _addition_ to the allowlist; it does not _replace_ the allowlist
218219
- An array of [regular expressions](g)
219220

220-
[allowlist]: https://en.wikipedia.org/wiki/Whitelist
221-
[Content-Type]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
222-
223221
[`try`]: /functions/go-template/try
222+
[allowlist]: https://en.wikipedia.org/wiki/Whitelist
224223
[configure file caches]: /configuration/caches/
224+
[Content-Type]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
225225
[error handling]: #error-handling

content/en/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Clone the [Ananke][] theme into the `themes` directory, adding it to your projec
8383
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
8484
```
8585

86-
Append a line to the project configuration file, indicating the current theme.
86+
Append a line to your project configuration file, indicating the current theme.
8787

8888
```text
8989
echo "theme = 'ananke'" >> hugo.toml

content/en/quick-reference/glossary/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: build
33
---
44

5-
To _build_ (verb) is to generate the static files for a [_project_](g), including HTML, images, CSS, and JavaScript. This process involves rendering templates, transforming resources, and resolving the matrix of [_language_](g), [_role_](g), and [_version_](g) defined in the project configuration.
5+
To _build_ (verb) is to generate the static files for a [_project_](g), including HTML, images, CSS, and JavaScript. This process involves rendering templates, transforming resources, and resolving the matrix of [_language_](g), [_role_](g), and [_version_](g) defined in your project configuration.

0 commit comments

Comments
 (0)