jumbo-jekyll-theme 1.4.3.18 → 1.4.3.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bba6f037479cb7a64299d96363d09ece28fee47
4
- data.tar.gz: 7bc6229087cd5a1f45f7e8b7d53bdcefcaead515
3
+ metadata.gz: 5671f3a5f6e912089e230a5920a6284e16a5334e
4
+ data.tar.gz: e7fb870fde9090442229e86fa051d01c96e981f6
5
5
  SHA512:
6
- metadata.gz: 44dc7be0d4bf7e433d67df84e150448871fb8b432e35c7d8fd67606e55d3e1247f3831b5c1f53f1e50ea653509da72d3c2d74197fba4ad65f23883d43b74f1a3
7
- data.tar.gz: b8264325dac27fcce65a6069361b2ccaa2b5753f9595a54dbd126be3ba152529b7ed77720403ed2cb7523fdff45b2b57a23351d0617a39d00ed4ae80b20dba96
6
+ metadata.gz: 728ac618a3f540cf76f875141bd72d2fe9a348e152328ae28db092bea027ea151eab5f7c41af935a25af67faa339382c4d4d68afa9a3da50430c6f38ee539834
7
+ data.tar.gz: a468a4017d3b29d51b85a7be961a9d5606169251edc53ba6de9396a1f5e1b91034b1503d8c2c11a5f53363925117a6e9a2fa783718307b52519393fffa346976
@@ -72,7 +72,7 @@
72
72
  data-src="/{{site.mini_magick.thumbnails.destination}}{{post.image.name}}"
73
73
  {% endif %}
74
74
  {% else %}
75
- data-src="{% asset_path 'placeholder.png' %}"
75
+ data-src="{% asset_path '{{site.data.settings.placeholder}}' %}"
76
76
  {% endif %}
77
77
 
78
78
  alt="{{post.title}}" class="img-responsive lazyload"/>
@@ -0,0 +1,113 @@
1
+ <script type="application/ld+json">
2
+ {
3
+ "@context": "http://schema.org",
4
+ "@graph": [
5
+
6
+ {% unless page.not-organisation %}
7
+ {
8
+ "@context" : "http://schema.org",
9
+ "@type" : "Organization",
10
+ "name" : "{{site.schema.organisation.name}}",
11
+ "url" : "{{site.schema.organisation.url}}",
12
+ "sameAs" : [
13
+ "https://twitter.com/linaroorg",
14
+ "https://www.facebook.com/LinaroOrg",
15
+ "https://www.linkedin.com/company/1026961/",
16
+ "https://plus.google.com/+LinaroOnAir",
17
+ "https://github.com/Linaro",
18
+ "https://www.slideshare.net/linaroorg"
19
+ ],
20
+ "address": {
21
+ "@type": "PostalAddress",
22
+ "streetAddress": "{{site.schema.organisation.address.street}}",
23
+ "addressLocality": "{{site.schema.organisation.address.town}}",
24
+ "addressRegion": "{{site.schema.organisation.address.county}}",
25
+ "postalCode": "{{site.schema.organisation.address.post_code}}",
26
+ "addressCountry": "{{site.schema.organisation.address.country_code}}"
27
+ }
28
+ "subOrganization": [{
29
+ "@context" : "http://schema.org",
30
+ "@type" : "Organization",
31
+ "name" : "96boards",
32
+ "url" : "https://www.96boards.org",
33
+ "sameAs" : [
34
+ "https://twitter.com/96Boards",
35
+ "https://www.facebook.com/96Boards",
36
+ "https://www.linkedin.com/company/6637095",
37
+ "https://plus.google.com/106009833460292139774/posts",
38
+ "https://github.com/96boards",
39
+ "http://slideshare.com/96boards"
40
+ ]
41
+ },
42
+ {
43
+ "@context" : "http://schema.org",
44
+ "@type" : "Organization",
45
+ "name" : "DeviceTree",
46
+ "url" : "https://www.devicetree.org"
47
+ },
48
+ {
49
+ "@context" : "http://schema.org",
50
+ "@type" : "Organization",
51
+ "name" : "Linaro Connect",
52
+ "url" : "http://connect.linaro.org"
53
+ },
54
+ {
55
+ "@context" : "http://schema.org",
56
+ "@type" : "Organization",
57
+ "name" : "OpenDataPlane",
58
+ "url" : "https://www.opendataplane.org"
59
+ },
60
+ {
61
+ "@context" : "http://schema.org",
62
+ "@type" : "Organization",
63
+ "name" : "96boards AI",
64
+ "url" : "https://www.96boards.ai"
65
+ },
66
+ {
67
+ "@context" : "http://schema.org",
68
+ "@type" : "Organization",
69
+ "name" : "OP TEE",
70
+ "url" : "https://www.op-tee.org"
71
+ }]
72
+ }
73
+ {% endunless %}
74
+
75
+ {% if page.is_post %}
76
+ {% assign author = site.data.authors | where: "name", page.author | first %}
77
+ ,{
78
+ "@type": "BlogPosting",
79
+ "headline": "{{page.title}}",
80
+ "image": "{{site.url}}{{page.image.path}}",
81
+ "keywords": "{{page.keywords}}",
82
+ "wordcount": "{{page.content | number_of_words }}",
83
+ "url": "{{page.url}}",
84
+ "datePublished": "{{page.date}}",
85
+ "description": "{% if page.description %}{{page.description}}{% else %}{{page.excerpt }}{% endif %}",
86
+ "articleBody": "{{page.content}}",
87
+ "author": {
88
+ "@type": "Person",
89
+ "name": "{% if author.name %}{{author.name}}{% else %}{{page.author}}{% endif %}"
90
+ }
91
+ }
92
+ {% endif %}
93
+ {% if page.is_a_product %}
94
+ {% assign product = site.data.product_db.products | where: "product_permalink", page.permalink | first %}
95
+ ,{
96
+ "@context": "http://www.schema.org",
97
+ "@type": "product",
98
+ "brand": "Acme",
99
+ "logo": "http://www.example.com/logo.png",
100
+ "name": "WidgetPress",
101
+ "category": "Widgets",
102
+ "image": "http://www.example.com/image.jpg",
103
+ "description": "This is an excellent widget with 21 features and 4 colors.",
104
+ "aggregateRating": {
105
+ "@type": "aggregateRating",
106
+ "ratingValue": "5",
107
+ "reviewCount": "21"
108
+ }
109
+ }
110
+ {% endif %}
111
+ ]
112
+ }
113
+ </script>
data/_sass/core/nav.scss CHANGED
@@ -549,7 +549,6 @@ nav > ul.navbar-right {
549
549
 
550
550
  .nav-tabs {
551
551
  border-bottom: 2px solid $gray;
552
- margin-top: 31px;
553
552
  }
554
553
 
555
554
  .nav-tabs > li > a {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3.18
4
+ version: 1.4.3.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
@@ -331,6 +331,7 @@ files:
331
331
  - _includes/post-comments.html
332
332
  - _includes/post-sidebar.html
333
333
  - _includes/post-tags.html
334
+ - _includes/schema.html
334
335
  - _includes/shape-divider.html
335
336
  - _includes/shape.html
336
337
  - _includes/sidebar.html