diff options
| author | 文翼 <[email protected]> | 2019-01-08 00:09:34 +0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-07 18:09:34 +0200 |
| commit | 87cd64e3bfc9fcd36d8f2908054ade76f1937915 (patch) | |
| tree | 334467845640e43f9b016d6c37a874ec99f70bfd /site/docs | |
| parent | 8305114ab3470bd19ae7aadea16763a4304cb4c6 (diff) | |
| download | bootstrap-87cd64e3bfc9fcd36d8f2908054ade76f1937915.tar.xz bootstrap-87cd64e3bfc9fcd36d8f2908054ade76f1937915.zip | |
docs: use the `twitter` Jekyll variable everywhere (#27990)
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.2/getting-started/introduction.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.2/getting-started/introduction.md b/site/docs/4.2/getting-started/introduction.md index bf1ab73a7..0ca22507c 100644 --- a/site/docs/4.2/getting-started/introduction.md +++ b/site/docs/4.2/getting-started/introduction.md @@ -136,11 +136,11 @@ For improved cross-browser rendering, we use [Reboot]({{ site.baseurl }}/docs/{{ Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources. -- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap). +- Follow [@getbootstrap on Twitter](https://twitter.com/{{ site.twitter }}). - Read and subscribe to [The Official Bootstrap Blog]({{ site.blog }}/). - Join [the official Slack room]({{ site.slack }}/). - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. - Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)). - Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/search?q=keywords:bootstrap) or similar delivery mechanisms for maximum discoverability. -You can also follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap) for the latest gossip and awesome music videos. +You can also follow [@getbootstrap on Twitter](https://twitter.com/{{ site.twitter }}) for the latest gossip and awesome music videos. |
