Skip to content

Commit

Permalink
User guide, search: fix quoting of argument (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jun 17, 2023
1 parent b266007 commit 6f03b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions userguide/content/en/docs/adding-content/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ As described in the [Hugo docs](https://gohugo.io/content-management/menus/#add-
name = "GitHub"
weight = 50
url = "https://github.com/google/docsy/"
pre = "<i class="fa-brands fa-github"></i>"
pre = "<i class='fa-brands fa-github'></i>"
post = "<span class='alert'>New!</span>"
{{< /tab >}}
{{< tab header="hugo.yaml" lang="yaml" >}}
Expand All @@ -112,7 +112,7 @@ menu:
"name": "GitHub",
"weight": 50,
"url": "https://github.com/google/docsy/",
"pre": "<i class="fa-brands fa-github"></i>",
"pre": "<i class='fa-brands fa-github'></i>",
"post": "<span class='alert'>New!</span>"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The **blocks/cover** shortcode creates a landing page type of block that fills t
Learn More <i class="fa-solid fa-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://example.org">
Download <i class="fa-brands fa-github ms-2 "></i>
Download <i class="fa-brands fa-github ms-2"></i>
</a>
<p class="lead mt-5">This program is now available in <a href="#">AppStore!</a></p>
<div class="mx-auto mt-5">
Expand Down

0 comments on commit 6f03b4b

Please sign in to comment.