maxima 1.0.4 → 1.0.5

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: ac4d883e659173e3627115fa87a9623421bb2dcd
4
- data.tar.gz: 7f3a2b28cf6b571d04159845c9523ba0b557555e
3
+ metadata.gz: bb8088fb78799320046338b9c20b9c6d3e49dbda
4
+ data.tar.gz: 4ce9c8105c25681aad5adab474600c99595bf7c6
5
5
  SHA512:
6
- metadata.gz: d68eef474852e0d28eb40c850e81289b066d0a36d399715992df01ee03bf9d390887c02fcb5708e5ecc2caebbcd2d3345bbdd2c27b59022a167d9f1a105193ac
7
- data.tar.gz: 22428197d14a8a6152ab8aac3ffe0a156d811317de30f996ef08e1643c1f26f0c90264984d71e9f9288392cee94b2210394dc951d9b930120dd6519d1ce88ff0
6
+ metadata.gz: 3381d89ff806d4596cd5b655394e28f45265be1669a54ec203b48cef2d00a1c3197d3c1ce3cf7b5e2734f6d52b3ece111f6d17b9b4f4fbcd36e3d5f68ea02854
7
+ data.tar.gz: 7e0da2f2c16da5146bdb0fa6e3796aa92816397e70c2db1f31af4023ac26998171322bebfde0e91bc1e96184dd24ecb49d74813b3e414cadd49e0ef10c632927
File without changes
data/_includes/head.html CHANGED
@@ -10,7 +10,7 @@
10
10
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
11
11
  <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
12
12
 
13
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
13
+ <link rel="shortcut icon" href="{{ site.favicon }}" type="image/x-icon" />
14
14
 
15
15
  {% if jekyll.environment == 'production' and site.google_analytics %}
16
16
  {% include google-analytics.html %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maxima
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomer Lichtash
@@ -62,6 +62,7 @@ files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
64
  - _includes/disqus_comments.html
65
+ - _includes/favicon.ico
65
66
  - _includes/footer.html
66
67
  - _includes/google-analytics.html
67
68
  - _includes/head.html