sustain4-theme 1.4.0 → 1.5.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd3c7cc721766480dcb9b1024eaf2fac275be6dc482408b87e4161261ab9fd10
4
- data.tar.gz: c07416abdd7b76c3c4cd85e7027245abc89806bbf08cb4102a89e408e8d565f8
3
+ metadata.gz: 9c2f471aaae3d9476583afddd299bf06a7580285743142aa0f22809d8e166bca
4
+ data.tar.gz: eff893bb40e8b4cbbc39f41e5021a529e6ff3d821e12ac5aea741c6d48dc728d
5
5
  SHA512:
6
- metadata.gz: 5b2be9dea87c2fc2cd0a562a5b304c0f83c7f110fff6865ffb893bdd5dfbc19d287f3e332c0cea651cbbd970b083b9b4b97f930f3d3a68b5347878bf4b958f3f
7
- data.tar.gz: 11cf48ca3d3c26e473d4010351f46bb0298371bee24a71a0e337d92ce4fad7cc91b4644e0de44efa9809f3fb60cce524f7bf37ddabb0d91d66e54df095065b53
6
+ metadata.gz: 3fc8e9681d3483559d474ffc53546fa84d6e23175f68dc0e7e27d127bf2970ae35f9afb1da2eebd638b9bae1f855b0981383d42b50075cc530a5fa8378b79364
7
+ data.tar.gz: ef4f461983851104e8c50ba625eedd1c47be5d2ce049a78f3e415b7536e78543582e59ce19808949a0af71ef3bad9571772a9dc188ef612f6fbe472904ae90b7
@@ -1,6 +1,4 @@
1
1
  <section id="projects">
2
- <div class="container">
3
- <h3>Projects</h3>
4
2
  <div class="panel panel-default">
5
3
  <div class="panel-body">
6
4
  <h5>
@@ -41,5 +39,4 @@
41
39
 
42
40
  </div>
43
41
  </div>
44
- </div>
45
42
  </section>
data/_layouts/page.html CHANGED
@@ -2,4 +2,11 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- {{ content }}
5
+ <div class="container">
6
+ {% if page.featured-img %}
7
+ <img class="img-fluid" src="{{ page.featured-img }}">
8
+ {% endif %}
9
+
10
+ <h3>{{ page.title }}</h3>
11
+ {{ content }}
12
+ </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sustain4-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Pitchko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-03 00:00:00.000000000 Z
11
+ date: 2018-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -85,7 +85,7 @@ files:
85
85
  - assets/js/holder.min.js
86
86
  - assets/js/ie10-viewport-bug-workaround.js
87
87
  - assets/js/main.js
88
- homepage: https://github.com/johnpitchko/sustain-theme4
88
+ homepage: https://github.com/johnpitchko/sustain4-theme
89
89
  licenses:
90
90
  - MIT
91
91
  metadata: {}