jekyll-theme-prologue 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f4d8a8ce832fc9a79e98c7643565ad1d962e568
4
- data.tar.gz: c223475d7386347af192d6a6d610e0375f81bc4e
3
+ metadata.gz: 72ceec827e14b3f6a2e1fc30d2c350e9b5f2af73
4
+ data.tar.gz: 3f4b35284fab4d4becc9f8a538cf21c0cb25ede7
5
5
  SHA512:
6
- metadata.gz: b79392fc0a3435b2ba612477ddd472547574e12fca4462ff4c2b4f238a158d749a49b4bb7ddc66314ce10f120f5892a025171f8d299ff02824f5deea926cb1d6
7
- data.tar.gz: f74ba5b64cf794e7ebf4f069d9ba2cd758cbaeda69ed56826321b4d2c608b4dfe0c654c5ab3fc4d1114f9a55656b5eab66a38036f3bdbb34df207353d1ec0a76
6
+ metadata.gz: 33846acc3a31488880dda787d36372e9e547278abd3edcf92c4d1ea4116095f75c97bd10cce3b0032fdad099d3ad554d9dcbf779471dd7f6b48a9b2032204803
7
+ data.tar.gz: 80c23b25d13f965a4c552cd2a14f7d294843356b587aa46fd1413c5bdd057e1039f28d1e4f6ef73213f8d443c3a188a17a9821ee96e53cf6589cf7aa53ba379f
@@ -15,6 +15,9 @@
15
15
  {%- if site.linkedin_url -%}
16
16
  <li><a href="{{- site.linkedin_url -}}" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
17
17
  {%- endif -%}
18
+ {%- if site.github_url -%}
19
+ <li><a href="{{- site.github_url -}}" class="icon fa-github"><span class="label">GitHub</span></a></li>
20
+ {%- endif -%}
18
21
  {%- if site.pinterest_url -%}
19
22
  <li><a href="{{- site.pinterest_url -}}" class="icon fa-pinterest"><span class="label">Pinterest</span></a></li>
20
23
  {%- endif -%}
@@ -27,4 +30,4 @@
27
30
  {%- if site.email -%}
28
31
  <li><a href="mailto:{{- site.email -}}" class="icon fa-envelope"><span class="label">Email</span></a></li>
29
32
  {%- endif -%}
30
- </ul>
33
+ </ul>
@@ -156,7 +156,7 @@
156
156
  border: 0;
157
157
  border-top: solid 1px #41484c;
158
158
  }
159
-
159
+
160
160
  code {
161
161
  background: rgba(0, 0, 0, 0.05);
162
162
  border-color: rgba(0, 0, 0, 0.2);
@@ -220,15 +220,15 @@
220
220
  .row > & {
221
221
  margin-bottom: 0;
222
222
  }
223
-
223
+
224
224
  .row {
225
225
  margin-top: 40px;
226
226
  }
227
-
227
+
228
228
  .row > * {
229
229
  padding-top: 0;
230
230
  }
231
-
231
+
232
232
  ul, ol {
233
233
  padding-left: 0.25em;
234
234
  margin-left: 1.25em;
@@ -272,12 +272,12 @@
272
272
  float: left;
273
273
  margin: 0 2em 2em 0;
274
274
  }
275
-
275
+
276
276
  &.right {
277
277
  float: right;
278
278
  margin: 0 0 2em 2em;
279
279
  }
280
-
280
+
281
281
  &.centered {
282
282
  display: block;
283
283
  margin: 0 0 2em 0;
@@ -460,7 +460,7 @@
460
460
  text-align: center;
461
461
  background: #fff;
462
462
  margin: 0;
463
- padding: 1em 0 1em 0;
463
+ padding: 1em;
464
464
  font-size: 0.8em;
465
465
 
466
466
  h3 {
@@ -541,11 +541,11 @@
541
541
  margin: 1.75em 1.5em 1.5em 1.5em;
542
542
  min-height: 48px;
543
543
  cursor: default;
544
-
544
+
545
545
  a {
546
546
  border: 0;
547
547
  }
548
-
548
+
549
549
  h1 {
550
550
  position: relative;
551
551
  color: #fff;
@@ -772,7 +772,7 @@
772
772
  }
773
773
  }
774
774
  }
775
-
775
+
776
776
  /* Header */
777
777
  #nav {
778
778
  ul {
@@ -887,7 +887,7 @@
887
887
  br {
888
888
  display: none;
889
889
  }
890
-
890
+
891
891
  }
892
892
 
893
893
  .container {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-prologue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - HTML5 UP
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-01-15 00:00:00.000000000 Z
12
+ date: 2018-02-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll