photoblog-theme 0.1.7 → 0.1.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +10 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c00505be6af6afdd39cd25b8680e0a2b5e4db09
4
- data.tar.gz: 3ca9b58b511b61980b83eadbaf46ea5e9a5186a3
3
+ metadata.gz: 46fe41af72939eb88a83ae255cb802e38d444949
4
+ data.tar.gz: c3e8eb5e8276c303f0317698d8d78df4e50c99db
5
5
  SHA512:
6
- metadata.gz: 882a136467295c95997da66e0bc0d1854360fc14a23aeefaf1608c6607e75ecc79de1a1251c91ad6fc84c6610d8229c5cc351499b27867945e499737fa32c99d
7
- data.tar.gz: 4f9027787c59699449f3bd832a452f34c48b4b3db625e402dcfb3b887f64bc799001e6766cf99ecaf4cbe1ff309fa9015ab1fd69653188d631795a73c16d2ae6
6
+ metadata.gz: fa2441c26eff620e92bc2f88031d6743f86fcf68efdc75d36045c556408794b37d685d0db8236c85c06d2023afc17031fe06e393b3cbe4f4ef62ceee9bf42cab
7
+ data.tar.gz: bd0629f13a691f3e3ba078fd4039990eae7aa490564f7b2f36a0747fecd2da8e334a03297345359edd4f376c94dd506f6ca8bffec4b1fa43def0f5bfaa72f7f0
@@ -2,6 +2,14 @@
2
2
  <html>
3
3
  <head>
4
4
  {% include head.html %}
5
+ <style>
6
+ .photoblog-container {
7
+ padding-top: 100px;
8
+ }
9
+ .photo-item {
10
+ margin-bottom: 20px;
11
+ }
12
+ </style>
5
13
  </head>
6
14
  <body>
7
15
  {% include header.html %}
@@ -10,8 +18,8 @@
10
18
  <div class="row">
11
19
  {% assign image_files = site.static_files | where: "image", true %}
12
20
  {% for myimage in image_files %}
13
- <div class="col-md-4">
14
- <a href="{{ myimage.path }}"></a><img src="http://placehold.it/300x300">
21
+ <div class="col-md-4 photo-item">
22
+ <a href="{{ myimage.path }}"><img src="http://placehold.it/300x300"></a>
15
23
  </div>
16
24
  {% endfor %}
17
25
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photoblog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vinit Kumar