diff options
| author | Russ Cox <rsc@golang.org> | 2021-11-04 17:37:36 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-11-04 21:42:40 +0000 |
| commit | 37ea4aa3f8ef2c33055ecee733a99fcade8a386d (patch) | |
| tree | 223b854637c68a941142d235211fe88f935b47c8 /go.dev | |
| parent | c863a5098bf2f51f807fd63786ecdf97d26cabe5 (diff) | |
| download | go-x-website-37ea4aa3f8ef2c33055ecee733a99fcade8a386d.tar.xz | |
go.dev/_content/security: fix subheading text to make sense
Change-Id: I18659da9850d7f4ea575767b359007fc70f05902
Reviewed-on: https://go-review.googlesource.com/c/website/+/361421
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
Website-Publish: Russ Cox <rsc@golang.org>
Diffstat (limited to 'go.dev')
| -rw-r--r-- | go.dev/_content/security/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go.dev/_content/security/index.md b/go.dev/_content/security/index.md index 9b98aac2..651cdeed 100644 --- a/go.dev/_content/security/index.md +++ b/go.dev/_content/security/index.md @@ -9,7 +9,7 @@ title: "Security" {{breadcrumbs .}} <h1>Build secure applications with Go</h1> <p> - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. + Gopherum quis custodiet? </p> </div> <div class="Security-heroGopher"> @@ -99,7 +99,7 @@ title: "Security" <div class="Card-inner"> {{- if .icon}} <div class="Card-icon"> - <img src="{{.icon}}"/> + <img src="{{.icon}}"/> </div> {{- end}} <div class="Card-content"> |
