jekyll-theme-lucas-minima 0.1.16 → 0.1.18

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
  SHA256:
3
- metadata.gz: 924cf43518d1c93f4fd35e54bc4cf0829fdd54846242947f2655663ea0cadc33
4
- data.tar.gz: 9f206c3e4653d086c0bd1c9789887ebdd2a6d4795384480297c3f14a636dc69d
3
+ metadata.gz: 1f528b0e1611f8db64766cbfbe6ceec197e02dd734d821941b8267468e5eaed8
4
+ data.tar.gz: f7c12bc7212dd9c5b9921c0907b4c93035f65cb55652b9e910406b261540d60b
5
5
  SHA512:
6
- metadata.gz: 4492c32939fd5108f1f6bc446f8968c8e6001e16c7560b5f170a0fc9a2aebc2e77293e836b43dc332d37907f61487d725f7a0d3beab327d3e6903040a4c9f225
7
- data.tar.gz: c9c78d1053af397464e290db7483fa87ad3c2723a7088a4274c612e815078513675b7ac240668879623e5f7cf9d9bbaa40ed31d820b0640b4db1fc8ad2df77d1
6
+ metadata.gz: 623b4e0d379370c375fd32166d848e46e9006747d8d281e2889f1ae3aa5af488b60e5ae403a332f704218dbab27413787e19b6fedd6d01b25672e9dd270c57be
7
+ data.tar.gz: b4652cddaffa7251205ac65bb4e9460a4c83cae9ac666a942ba564a9ad5e1da1c41de860d60276d6c5979e25e68dd05a152b539f40f9fe3425cffc37f518e6a6
@@ -10,7 +10,7 @@
10
10
  <ul class="contact-list">
11
11
  <li class="p-name">
12
12
  {%- if site.author -%}
13
- Made by {{ site.author | escape }}
13
+ Made by {{ site.author | escape }} in Singapore
14
14
  {%- else -%}
15
15
  {{ site.footer_title | escape }}
16
16
  {%- endif -%}
data/_layouts/resume.html CHANGED
@@ -222,7 +222,9 @@ layout: page-no-header
222
222
  </div>
223
223
  </section>
224
224
  <!-- end Interests -->
225
- {% endif %} {% if site.resume_section_links %}
225
+ {% endif %}
226
+
227
+ {% if site.resume_section_links %}
226
228
  <!-- begin Links -->
227
229
  <section class="content-section">
228
230
  <header class="section-header">
@@ -233,14 +235,16 @@ layout: page-no-header
233
235
  <ul class="resume-item-list">
234
236
  {% for link in site.data.links %}
235
237
  <li>
236
- <a href="{{" link.url }} itemprop="url">{{ link.description }}</a>
238
+ <a href="{{ link.url }}" itemprop="url">{{ link.description }}</a>
237
239
  </li>
238
240
  {% endfor %}
239
241
  </ul>
240
242
  </div>
241
243
  </section>
242
244
  <!-- end Links -->
243
- {% endif %} {% if site.resume_print_social_links %}
245
+ {% endif %}
246
+
247
+ {% if site.resume_print_social_links %}
244
248
  <!-- begin Print Social Links -->
245
249
  <section class="content-section print-only">
246
250
  <header class="section-header">
@@ -252,13 +256,4 @@ layout: page-no-header
252
256
  <!-- end Print Social Links -->
253
257
  {% endif %}
254
258
 
255
- <footer class="page-footer">
256
- <p class="footer-line">
257
- Made by <a href="http://twitter.com/jglovier">@jglovier</a>. Fork me on
258
- <a href="https://github.com/jglovier/resume-template">GitHub</a>.
259
- </p>
260
- <p class="footer-line">
261
- If this is your live resume, you can modify or remove this part. ;-)
262
- </p>
263
- </footer>
264
259
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lucas-minima
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP