Skip to content

Commit 7a1a2bf

Browse files
authored
update links to HTTPS and remove Google+ from 05-configuration.md (#2432)
1 parent c3e1b7a commit 7a1a2bf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/_docs/05-configuration.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,9 @@ social:
747747
name: # If the user or organization name differs from the site's name
748748
links:
749749
- "https://twitter.com/yourTwitter"
750-
- "https://facebook.com/yourFacebook"
750+
- "https://www.facebook.com/yourFacebook"
751751
- "https://instagram.com/yourProfile"
752752
- "https://www.linkedin.com/in/yourprofile"
753-
- "https://plus.google.com/your_profile"
754753
```
755754

756755
#### Analytics
@@ -935,12 +934,12 @@ The paginator only works on files with name `index.html`. To use pagination in a
935934
paginate_path: /recent/page:num/
936935
```
937936

938-
**Please note:** When using Jekyll's default [pagination plugin](http://jekyllrb.com/docs/pagination/) `paginator.posts` can only be called once. If you're looking for something more powerful that can paginate category, tag, and collection pages I suggest [**jekyll-paginate-v2**](https://github.com/sverrirs/jekyll-paginate-v2).
937+
**Please note:** When using Jekyll's default [pagination plugin](https://jekyllrb.com/docs/pagination/) `paginator.posts` can only be called once. If you're looking for something more powerful that can paginate category, tag, and collection pages I suggest [**jekyll-paginate-v2**](https://github.com/sverrirs/jekyll-paginate-v2).
939938
{: .notice--info}
940939

941940
### Timezone
942941

943-
This sets the timezone environment variable, which Ruby uses to handle time and date creation and manipulation. Any entry from the [IANA Time Zone Database](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones) is valid. The default is the local time zone, as set by your operating system.
942+
This sets the timezone environment variable, which Ruby uses to handle time and date creation and manipulation. Any entry from the [IANA Time Zone Database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) is valid. The default is the local time zone, as set by your operating system.
944943

945944
```yaml
946945
timezone: America/New_York

0 commit comments

Comments
 (0)