Skip to content

Commit

Permalink
Fix spelling on Image Tags page (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
eread committed May 13, 2024
1 parent d3bf3f4 commit af85006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/content/docs/tags/index.md
Expand Up @@ -17,7 +17,7 @@ tags:
- Tags
---

## Explainations
## Explanations

- _Extended_ represents the extended version of Hugo.
- Image tags start with _reg_ represent the regular (standard) version of Hugo.
Expand Down
2 changes: 1 addition & 1 deletion docker/layouts/shortcodes/docker-image-tags.html
Expand Up @@ -3,7 +3,7 @@
{{- printf "### `%s`\n" .name }}
{{- printf "![Size](https://img.shields.io/docker/image-size/hugomods/hugo/%s?style=flat-square&height=32)\n" .name }}
{{- printf "```sh\ndocker pull hugomods/hugo:%s\n```\n" .name }}
{{- printf "For sepcified version.\n" }}
{{- printf "For specified version.\n" }}
{{- printf "```sh\ndocker pull hugomods/hugo:%s\n```\n" (cond (eq .name "latest") "<version>" (printf "%s-<version>" .name)) | safeHTML }}
{{- printf "| Extended | Go | Node.js | NPM | Git | Dart Sass | \n" }}
{{- printf "| :------: | :-: | :-----: | :-: | :-: | :-------: |\n" }}
Expand Down

0 comments on commit af85006

Please sign in to comment.