use example.com for example URL (#351)

Merge pull request 351
This commit is contained in:
Christian Oliff 2019-05-30 20:23:32 +09:00 committed by jekyllbot
parent aa9a279b8a
commit 10c1802175
1 changed files with 1 additions and 1 deletions

View File

@ -138,5 +138,5 @@ title: Title of Your Post
Which will generate following canonical_url:
```html
<link rel="canonical" href="http://yoursite.com/title-of-your-post" />
<link rel="canonical" href="https://example.com/title-of-your-post" />
```