Skip to content

Commit

Permalink
Minor spelling and capitalization fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and bep committed Jun 10, 2020
1 parent 837d2fe commit d04196b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/en/about/features.md
Expand Up @@ -44,7 +44,7 @@ toc: true
* Automatic and user defined [content summaries][]
* [Shortcodes][] to enable rich content inside of Markdown
* ["Minutes to Read"][pagevars] functionality
* ["Wordcount"][pagevars] functionality
* ["WordCount"][pagevars] functionality

## Additional Features

Expand Down
2 changes: 1 addition & 1 deletion content/en/about/hugo-and-gdpr.md
Expand Up @@ -96,7 +96,7 @@ useSessionStorage
simple
: If simple mode is enabled, a static and no-JS version of the Instagram image card will be built. Note that this only supports image cards and the image itself will be fetched from Instagram's servers.

**Note:** If you use the _simple mode_ for Instagram and a site styled with Bootstrap 4, you may want to disable the inlines styles provided by Hugo:
**Note:** If you use the _simple mode_ for Instagram and a site styled with Bootstrap 4, you may want to disable the inline styles provided by Hugo:

{{< code-toggle file="config">}}
[services]
Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/image-processing/index.md
Expand Up @@ -98,7 +98,7 @@ Sometimes it can be useful to create the filter chain once and then reuse it:

Provides an [Exif](https://en.wikipedia.org/wiki/Exif) object with metadata about the image.

Note that this is only suported for JPEG and TIFF images, so it's recommended to wrap the access with a `with`, e.g.:
Note that this is only supported for JPEG and TIFF images, so it's recommended to wrap the access with a `with`, e.g.:

```go-html-template
{{ with $img.Exif }}
Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/shortcodes.md
Expand Up @@ -21,7 +21,7 @@ toc: true

## What a Shortcode is

Hugo loves Markdown because of its simple content format, but there are times when Markdown falls short. Often, content authors are forced to add raw HTML (e.g., video `<iframes>`) to Markdown content. We think this contradicts the beautiful simplicity of Markdown's syntax.
Hugo loves Markdown because of its simple content format, but there are times when Markdown falls short. Often, content authors are forced to add raw HTML (e.g., video `<iframe>`'s) to Markdown content. We think this contradicts the beautiful simplicity of Markdown's syntax.

Hugo created **shortcodes** to circumvent these limitations.

Expand Down
4 changes: 2 additions & 2 deletions data/articles.toml
Expand Up @@ -35,7 +35,7 @@
date = "2017-02-19"

[[article]]
title = "Switching from Wordpress to Hugo"
title = "Switching from WordPress to Hugo"
url = "http://schnuddelhuddel.de/switching-from-wordpress-to-hugo/"
author = "Mario Martelli"
date = "2017-02-19"
Expand Down Expand Up @@ -119,7 +119,7 @@
date = "2016-09-21"

[[article]]
title = "Building our site: From Django & Wordpress to a static generator (Part I)"
title = "Building our site: From Django & WordPress to a static generator (Part I)"
url = "https://tryolabs.com/blog/2016/09/20/building-our-site-django-wordpress-to-static-part-i/"
author = "Alan Descoins"
date = "2016-09-20"
Expand Down

0 comments on commit d04196b

Please sign in to comment.