|
1 | 1 | doctype html
|
2 | 2 | html(lang='en')
|
3 | 3 | head
|
4 |
| - title JSON Web Tokens - jwt.io |
5 |
| - meta(charset='utf-8') |
6 |
| - meta(http-equiv='X-UA-Compatible', content='IE=edge') |
7 |
| - meta(name='viewport', content='width=device-width, minimum-scale=1.0, maximum-scale=1.0') |
8 |
| - meta(name='author', content='auth0.com') |
9 |
| - meta(name='description', content='JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS).') |
| 4 | + block meta |
| 5 | + title JSON Web Tokens - jwt.io |
| 6 | + meta(charset='utf-8') |
| 7 | + meta(http-equiv='X-UA-Compatible', content='IE=edge') |
| 8 | + meta(name='viewport', content='width=device-width, minimum-scale=1.0, maximum-scale=1.0') |
| 9 | + meta(name='author', content='auth0.com') |
| 10 | + meta(name='description', content='JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS).') |
10 | 11 |
|
11 | 12 | //- Google Verification Code
|
12 | 13 | meta(name="google-site-verification", content="cFjJt_KK4v_TKnCZ3hcuLlEUBBk4RLT0iByrpjCsvLA")
|
13 | 14 |
|
14 | 15 | //- Twitter Card
|
15 |
| -
|
16 |
| - meta(name='twitter:card', content='summary_large_image') |
17 |
| - meta(name='twitter:creator', content='@auth0') |
18 |
| - meta(name='twitter:title', content='JWT.IO') |
19 |
| - meta(name='twitter:description', content='JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.') |
20 |
| - meta(name='twitter:image', content='http://jwt.io/img/twitter-card.png') |
| 16 | + block twittercard |
| 17 | + meta(name='twitter:card', content='summary_large_image') |
| 18 | + meta(name='twitter:creator', content='@auth0') |
| 19 | + meta(name='twitter:title', content='JWT.IO') |
| 20 | + meta(name='twitter:description', content='JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.') |
| 21 | + meta(name='twitter:image', content='http://jwt.io/img/twitter-card.png') |
21 | 22 |
|
22 | 23 | //- Facebook Card
|
23 |
| - meta(property='og:type', content='website') |
24 |
| - meta(property='og:title', content='JWT.IO') |
25 |
| - meta(property='og:description', content='JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.') |
26 |
| - meta(property='og:locale', content='en_US') |
27 |
| - meta(property='og:url', content='http://jwt.io/') |
28 |
| - meta(property='og:image', content='http://jwt.io/img/facebook-card.png') |
29 |
| - meta(property='og:image:type', content='image/png') |
30 |
| - meta(property='og:image:width', content='1200') |
31 |
| - meta(property='og:image:height', content='630') |
| 24 | + block opengraph |
| 25 | + meta(property='og:type', content='website') |
| 26 | + meta(property='og:title', content='JWT.IO') |
| 27 | + meta(property='og:description', content='JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.') |
| 28 | + meta(property='og:locale', content='en_US') |
| 29 | + meta(property='og:url', content='http://jwt.io/') |
| 30 | + meta(property='og:image', content='http://jwt.io/img/facebook-card.png') |
| 31 | + meta(property='og:image:type', content='image/png') |
| 32 | + meta(property='og:image:width', content='1200') |
| 33 | + meta(property='og:image:height', content='630') |
32 | 34 |
|
33 | 35 | // Just for debugging purposes. Don't actually copy this line!
|
34 | 36 | | <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
|
|
0 commit comments