jekyll-theme-conference 2.3.1 → 2.4.0

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: c720f58e937e6ff0aed3eee7e9107c09d8c23d5b0baa5724c54a23cacb33ee4b
4
- data.tar.gz: 5e7b98cde919f1a3dd6290b46d287ea73565bf0d40927f82fa6ecce00cc52044
3
+ metadata.gz: eb6cbbec1c1b988f90799d5dd455d85eff0911ee3bfb3ed704ab8e9e7cb57efd
4
+ data.tar.gz: 74a7810ed36a1ba92e995d955542813d22c7a4558c9a8e0509e8f543698ce20a
5
5
  SHA512:
6
- metadata.gz: ed80869f7fc9dbb226ccfee9e4eb3c537e64dd3f0a9db674afb24cb48dffd4b50e31be01c50bbd635493de0c4490388c52fba0cb88119fedaabeadd487e89951
7
- data.tar.gz: 7058af0d31c5b99356d5c33707df521c3858759aa3180143fd8d1d2ca3ddefb7b9a3349f320366071709d0737206ecffecb78bacddd2f06a4a02779a57a6b652
6
+ metadata.gz: dcc81e44a4155d684e413b15825a9696bcfd0bf4c7876a6228f9327d7c916f467e7202bb7f1a367e91a6df92718637bc27af850706b3fb159d1a1b00eef24d0a
7
+ data.tar.gz: 0e036b0a2687cbe716730ed181b40b05b142f46db879de27eed3060e6ae8e72ccc80ee917c46321825f9773507e91c72f457c7f13beb1ea93388180cca344a89
@@ -12,8 +12,13 @@ var map;
12
12
 
13
13
  L.easyButton('far fa-star', function(){
14
14
  map.setView(home_coord, default_zoom);
15
- }).addTo(map);
15
+ }, '{{ site.data.lang[site.conference.lang].location.focus_conf | default: "Center map on conference location" }}').addTo(map);
16
16
 
17
- L.control.locate().addTo(map);
17
+ L.control.locate({
18
+ flyTo: true,
19
+ strings: {
20
+ title: '{{ site.data.lang[site.conference.lang].location.focus_me | default: "Show me where I am" }}'
21
+ }
22
+ }).addTo(map);
18
23
  }
19
24
  })();
@@ -4,7 +4,7 @@
4
4
  {% unless site.conference.lang == "en" %}
5
5
  {% assign errors = errors | push : "The internationalization file containing different strings for this template seems to be missing. Have you copied the `_data/lang.yml` file from the [theme's repository](https://github.com/DigitaleGesellschaft/jekyll-theme-conference/blob/master/_data/lang.yml) to you local website folder?" %}
6
6
  {% endunless %}
7
- {% elsif site.data.lang.version < 1 %}
7
+ {% elsif site.data.lang.version < 2 %}
8
8
  {% assign errors = errors | push : "The internationalization file in `_data/lang.yml` seems to be outdated and does not correspond to the current version of the theme. Grab the current version from the [theme's repository](https://github.com/DigitaleGesellschaft/jekyll-theme-conference/blob/master/_data/lang.yml)." %}
9
9
  {% endunless %}
10
10
  {% unless site.conference.lang == "en" or site.conference.lang == "de" or site.conference.lang == "fr" or site.conference.lang == "pt" %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-conference
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lorenz Schmid