Reduce "back to top" links to one per section

This commit is contained in:
Josh Buchea 2017-10-27 16:52:54 -07:00
parent 9e898353b1
commit 3a88806c5c
1 changed files with 0 additions and 26 deletions

View File

@ -259,8 +259,6 @@ Below are the essential tags for basic, minimalist websites:
- [All About Favicons (And Touch Icons)](https://bitsofco.de/all-about-favicons-and-touch-icons/) - [All About Favicons (And Touch Icons)](https://bitsofco.de/all-about-favicons-and-touch-icons/)
- [Favicon Cheat Sheet](https://github.com/audreyr/favicon-cheat-sheet) - [Favicon Cheat Sheet](https://github.com/audreyr/favicon-cheat-sheet)
**[⬆ back to top](#table-of-contents)**
## Social ## Social
### Facebook Open Graph ### Facebook Open Graph
@ -280,8 +278,6 @@ Below are the essential tags for basic, minimalist websites:
- [Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup) - [Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup)
- [Open Graph protocol](http://ogp.me/) - [Open Graph protocol](http://ogp.me/)
**[⬆ back to top](#table-of-contents)**
### Facebook Instant Articles ### Facebook Instant Articles
``` html ``` html
@ -298,8 +294,6 @@ Below are the essential tags for basic, minimalist websites:
- [Facebook Instant Articles: Creating Articles](https://developers.facebook.com/docs/instant-articles/guides/articlecreate) - [Facebook Instant Articles: Creating Articles](https://developers.facebook.com/docs/instant-articles/guides/articlecreate)
- [Instant Articles: Format Reference](https://developers.facebook.com/docs/instant-articles/reference) - [Instant Articles: Format Reference](https://developers.facebook.com/docs/instant-articles/reference)
**[⬆ back to top](#table-of-contents)**
### Twitter Cards ### Twitter Cards
``` html ``` html
@ -315,8 +309,6 @@ Below are the essential tags for basic, minimalist websites:
- [Twitter Cards: Getting Started Guide](https://dev.twitter.com/cards/getting-started) - [Twitter Cards: Getting Started Guide](https://dev.twitter.com/cards/getting-started)
- [Twitter Card Validator](https://cards-dev.twitter.com/validator) - [Twitter Card Validator](https://cards-dev.twitter.com/validator)
**[⬆ back to top](#table-of-contents)**
### Google+ / Schema.org ### Google+ / Schema.org
``` html ``` html
@ -326,8 +318,6 @@ Below are the essential tags for basic, minimalist websites:
<meta itemprop="image" content="https://example.com/image.jpg"> <meta itemprop="image" content="https://example.com/image.jpg">
``` ```
**[⬆ back to top](#table-of-contents)**
### Pinterest ### Pinterest
Pinterest lets you prevent people from saving things from your website, according [to their help center](https://help.pinterest.com/en/articles/prevent-people-saving-things-pinterest-your-site). The `description` is optional. Pinterest lets you prevent people from saving things from your website, according [to their help center](https://help.pinterest.com/en/articles/prevent-people-saving-things-pinterest-your-site). The `description` is optional.
@ -336,8 +326,6 @@ Pinterest lets you prevent people from saving things from your website, accordin
<meta name="pinterest" content="nopin" description="Sorry, you can't save from my website!"> <meta name="pinterest" content="nopin" description="Sorry, you can't save from my website!">
``` ```
**[⬆ back to top](#table-of-contents)**
### OEmbed ### OEmbed
``` html ``` html
@ -385,8 +373,6 @@ Pinterest lets you prevent people from saving things from your website, accordin
- [Apple Meta Tags](https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html) - [Apple Meta Tags](https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html)
**[⬆ back to top](#table-of-contents)**
### Apple Safari ### Apple Safari
```html ```html
@ -394,8 +380,6 @@ Pinterest lets you prevent people from saving things from your website, accordin
<link rel="mask-icon" href="/path/to/icon.svg" color="red"> <link rel="mask-icon" href="/path/to/icon.svg" color="red">
``` ```
**[⬆ back to top](#table-of-contents)**
### Google Android ### Google Android
``` html ``` html
@ -410,8 +394,6 @@ Pinterest lets you prevent people from saving things from your website, accordin
<link rel="alternate" href="android-app://package-name/http/url-sample.com"> <link rel="alternate" href="android-app://package-name/http/url-sample.com">
``` ```
**[⬆ back to top](#table-of-contents)**
### Google Chrome ### Google Chrome
``` html ``` html
@ -421,8 +403,6 @@ Pinterest lets you prevent people from saving things from your website, accordin
<meta name="google" content="notranslate"> <meta name="google" content="notranslate">
``` ```
**[⬆ back to top](#table-of-contents)**
### Google Chrome Mobile (Android Only) ### Google Chrome Mobile (Android Only)
Since Chrome 31, you can set up your web app to "app mode" like Safari. Since Chrome 31, you can set up your web app to "app mode" like Safari.
@ -441,8 +421,6 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari.
- [Google Developer](https://developer.chrome.com/multidevice/android/installtohomescreen) - [Google Developer](https://developer.chrome.com/multidevice/android/installtohomescreen)
**[⬆ back to top](#table-of-contents)**
### Microsoft Internet Explorer ### Microsoft Internet Explorer
``` html ``` html
@ -500,8 +478,6 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari.
<meta name="renderer" content="webkit|ie-comp|ie-stand"> <meta name="renderer" content="webkit|ie-comp|ie-stand">
``` ```
**[⬆ back to top](#table-of-contents)**
### QQ Mobile Browser ### QQ Mobile Browser
``` html ``` html
@ -513,8 +489,6 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari.
<meta name="x5-page-mode" content="app"> <meta name="x5-page-mode" content="app">
``` ```
**[⬆ back to top](#table-of-contents)**
### UC Mobile Browser ### UC Mobile Browser
``` html ``` html