File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1
- 2.4.2
1
+ 2.7.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ DEPENDENCIES
72
72
pygments.rb (~> 1.2 , >= 1.2.1 )
73
73
74
74
RUBY VERSION
75
- ruby 2.5.5p157
75
+ ruby 2.7.0p0
76
76
77
77
BUNDLED WITH
78
78
2.1.4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ theme: minima
11
11
permalink : pretty
12
12
highlighter : pygments
13
13
14
- socket_key : 9c79f14df986a1ec693c
14
+ socket_key : 390eb8d224a0f64395eb
15
15
gems :
16
16
- jekyll-feed
17
17
exclude :
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: socket_example
3
+ title: No Review Stars Example
4
+ permalink: /examples/no-stars/
5
+ description: An example of the tutors list with no review stars shown
6
+ ---
7
+ < div id ="socket-no-stars "> </ div >
8
+
9
+ <!-- If you haven't called it before -->
10
+ < script src ="{{ site.socket_url }} "> </ script >
11
+
12
+ {% highlight html %}
13
+ <!-- Then -->
14
+ < script >
15
+ socket ( '{{ site.socket_key }}' , {
16
+ router_mode : 'history' ,
17
+ element : '#socket-no-stars' ,
18
+ show_stars : false ,
19
+ } ) ;
20
+ </ script >
21
+ {% endhighlight %}
22
+
23
+ < div id ="socket-no-stars "> </ div >
24
+
25
+ < script >
26
+ socket ( '{{ site.socket_key }}' , {
27
+ router_mode : 'history' ,
28
+ element : '#socket-no-stars' ,
29
+ show_stars : false ,
30
+ } ) ;
31
+ </ script >
You can’t perform that action at this time.
0 commit comments