Skip to content

Commit 6020295

Browse files
authored
Merge pull request #138 from justwriteclick/build
Remove extra backtick so that markdown renders correctly
2 parents 5cebddd + d23b182 commit 6020295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/articles/2019-04-20-github-pages-python-sphinx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ So, how about the best of both? Let's dive into the key configurations that enab
2020

2121
## Naming the GitHub repository can affect the resulting URL
2222

23-
If you want a URL like `<username>.github.io` or ``<orgname>.github.io`, name the repo `<username>.github.io` or `<orgname>.github.io`. Then, by default, GitHub Pages publishes to the URL matching the repo name.
23+
If you want a URL like `<username>.github.io` or `<orgname>.github.io`, name the repo `<username>.github.io` or `<orgname>.github.io`. Then, by default, GitHub Pages publishes to the URL matching the repo name.
2424

2525
## Enable GitHub Pages for the GitHub repository
2626

0 commit comments

Comments
 (0)