brume 1.0.1 → 1.0.2

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: 9c035c24758c3e71549a3a62b6e7e248f3e92a98
4
- data.tar.gz: 013605b10134014ec71bb77016977d04605885e6
3
+ metadata.gz: 7e331d8ab98b458f668c848fdc866292ba1220e2
4
+ data.tar.gz: d0a0df8b8e51c3f4ac57d93c3d6559f516985ca0
5
5
  SHA512:
6
- metadata.gz: 37d2040eea9bf221bf4e6c9716a84b31d7644ba5d65d21ce836d4e8cb4e75222c852d985266b072f255e9aca255b06f0be7041282aeebed5f83c9f843096e2d5
7
- data.tar.gz: c01c43eb8fbd6d0c48b555a270d4cd0a6fb3f17d178c5e8d97d3696f6119e2fc4e7bee8e2b58b6a797239febdecd4ba1b930717d8f7a426a41d38b34ca18cbc5
6
+ metadata.gz: 8e0e0bac9666c7d394ea2832884323390e902b082bb8fb225fdf82cbc7190dbd43228b162dd1697b9002a1d3cf322a1147548788a57c2a4e0053b6d413fef056
7
+ data.tar.gz: e20d96840b2859e32eee3d12b5267ae840fa87ee80a77df34c05331311f3f22b93e4e55442e3eeb24b88c380f209706a3485a7dd4d0967481ecea646d6341125
data/_includes/head.html CHANGED
@@ -9,7 +9,7 @@
9
9
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
10
10
 
11
11
  <!-- title -->
12
- <title>{{ page.title }} &middot; {{ site.title }}</title>
12
+ <title>{% if page.title %}{{ page.title }} &middot; {% endif %}{{ site.title }}</title>
13
13
 
14
14
  <!-- icons -->
15
15
  <link rel="shortcut icon" href="{{ '/assets/images/favicon.ico' | relative_url }}">
@@ -0,0 +1,4 @@
1
+ <svg fill="#f5f5f5" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>
3
+ <path d="M0 0h24v24H0z" fill="none"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/>
3
+ <path d="M0 0h24v24H0z" fill="none"/>
4
+ </svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brume
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aigars Dzerviniks
@@ -76,6 +76,9 @@ files:
76
76
  - assets/images/favicon-32x32.png
77
77
  - assets/images/favicon.ico
78
78
  - assets/images/flower.png
79
+ - assets/images/ic_menu_black_24px.svg
80
+ - assets/images/ic_navigate_before_black_24px.svg
81
+ - assets/images/ic_navigate_next_black_24px.svg
79
82
  - assets/images/logo.png
80
83
  - assets/js/fluidvids.min.js
81
84
  homepage: https://github.com/aigarsdz/brume