File tree Expand file tree Collapse file tree 4 files changed +89
-9
lines changed Expand file tree Collapse file tree 4 files changed +89
-9
lines changed Original file line number Diff line number Diff line change 749
749
& .jwt-c
750
750
.panel-heading h3
751
751
background-color #51 80 D2
752
+ & .jwt-cpp
753
+ .panel-heading h3
754
+ background-color #00 59 9c
752
755
& .jwt-objective-c
753
756
.panel-heading h3
754
757
background linear-gradient (top , #AA AA AA , #76 76 76 )
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ block content
159
159
option( value ='*' , selected ='' ) All
160
160
option( value ='.1c' ) 1c
161
161
option( value ='.c' ) C
162
+ option( value ='.cpp' ) C++
162
163
option( value ='.clojure' ) Clojure
163
164
option( value ='.crystal' ) Crystal
164
165
option( value ='.d' ) D
@@ -246,6 +247,7 @@ block content
246
247
include libraries/swift2.jade
247
248
include libraries/c.jade
248
249
include libraries/c2.jade
250
+ include libraries/cpp.jade
249
251
include libraries/q.jade
250
252
include libraries/delphi.jade
251
253
include libraries/delphi2.jade
Original file line number Diff line number Diff line change 1
1
// C++ troian/jwtpp
2
- article.jwt-c ++.c++ .accordion(data-accordion)
2
+ article.jwt-cpp.cpp .accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
- img( src ='/img/8 .svg' )
5
- h3 Go
4
+ img( src ='/img/26 .svg' )
5
+ h3 C++
6
6
.panel-wrap ( data-content )
7
7
.panel-body
8
8
.column
@@ -13,15 +13,15 @@ article.jwt-c++.c++.accordion(data-accordion)
13
13
i.icon-budicon-500
14
14
| Verify
15
15
p
16
- i.icon-budicon-501
16
+ i.icon-budicon-500
17
17
code iss
18
18
| check
19
19
p
20
- i.icon-budicon-501
20
+ i.icon-budicon-500
21
21
code sub
22
22
| check
23
23
p
24
- i.icon-budicon-501
24
+ i.icon-budicon-500
25
25
code aud
26
26
| check
27
27
p
@@ -33,11 +33,11 @@ article.jwt-c++.c++.accordion(data-accordion)
33
33
code nbf
34
34
| check
35
35
p
36
- i.icon-budicon-501
36
+ i.icon-budicon-500
37
37
code iat
38
38
| check
39
39
p
40
- i.icon-budicon-501
40
+ i.icon-budicon-500
41
41
code jti
42
42
| check
43
43
.column
@@ -73,7 +73,7 @@ article.jwt-c++.c++.accordion(data-accordion)
73
73
.maintainer
74
74
a( href ='https://github.com/troian' )
75
75
i.icon-budicon-333 ( data-toggle ='tooltip' , title ='' , data-original-title ='Maintainer' )
76
- | dgrijalva
76
+ | Artur Troian
77
77
span.stars ( data-repo ='troian/josepp' , style ='display: inline;' )
78
78
i.icon-budicon-466
79
79
.repository
You can’t perform that action at this time.
0 commit comments