jekyll-material-theme 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +2 -0
- data/_includes/contact.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: adc131ad5dddc94286b66988b0a83f897652041d
|
|
4
|
+
data.tar.gz: 969d3382e1303dc334f4a1b74203291dd9172944
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8989a57f44d8728f9c887b477b88d6bf8f28ce28e7a10341d440153c7f947aba34c1711d5be6cad19a8973f19d0a7b3d57fba63910309b193656d47947881db0
|
|
7
|
+
data.tar.gz: 18dcaea84f1b715775ecf75154ef8ae61d6446ce246bdf9e6820716c2a71f8d00ecec296b4bd7a9bb1fc6054a188f49a03f2ca59d4bb96d32f0f495ecabb01f5
|
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A Jekyll Theme based on [Material Design](https://material.io/) using [Materialize](http://materializecss.com/).
|
|
4
4
|
|
|
5
|
+
[](https://badge.fury.io/rb/jekyll-material-theme)
|
|
6
|
+
|
|
5
7
|
<a href="https://imgur.com/3PKshVo"><img src="https://i.imgur.com/3PKshVo.gif" title="source: imgur.com" /></a>
|
|
6
8
|
|
|
7
9
|
<a href="https://imgur.com/hlB1MOw"><img src="https://i.imgur.com/hlB1MOw.gif" title="source: imgur.com" /></a>
|
data/_includes/contact.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<div class="row">
|
|
28
28
|
<div class="input-field col s12">
|
|
29
29
|
<i class="material-icons prefix">message</i>
|
|
30
|
-
<textarea id="icon_prefix2" class="materialize-textarea"></textarea>
|
|
30
|
+
<textarea id="icon_prefix2" class="materialize-textarea" name="message"></textarea>
|
|
31
31
|
<label for="icon_prefix2">Message</label>
|
|
32
32
|
</div>
|
|
33
33
|
</div>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-material-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Hamann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|