quickstand 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03df42ef9bb12f6072fedf4c2f91880d390a60a4cbb26c01ff2c8205d41df428
4
- data.tar.gz: 1f55c1082697510029d3bd18606a24d892939c12bbe62644e43adc150c02a7a6
3
+ metadata.gz: c9d7556af8eff9e3f8360daf5d8bbc1deb1ea0369abf763db4ed5674bbe62e58
4
+ data.tar.gz: 45fbc07a20cf55148cdae9fb02023bb73c0d71571c6772d2b6e6fc0d7cc3f166
5
5
  SHA512:
6
- metadata.gz: 2495f3e9cc773da6c55d57cf2f03040fe35869a5ee9df9ccae1218be1480b6a06f316ff95eeabe29a0e053f0590b4e60a5aba14b471453d56e304c1da644e31d
7
- data.tar.gz: 6824140202b712422273406a5c21324ff5cb3807eab17822c1095b323bc5404e0ba9645845a0926638d7311a0fe0fe9d1f1f34093987b544bfdae5f1073da14a
6
+ metadata.gz: '048ca7f619acaf599879585649a3fc75fe9eece43c90d99f16aa0c99d73423613f2891e3d6acad02c99b8cf5f345ad3a985df64104c2ad2beab41fac569baf9a'
7
+ data.tar.gz: dfd6ed2bcdba413f49531fdc0c4b0bed2bd24e38c0a1e77a82bf4c36944ea6a6cbda48df7f5f88c7fccc13def311244a1b5870371c5943d0628358a60326d45e
@@ -30,7 +30,7 @@
30
30
  #share-buttons > div.mail > svg {height: 14px; margin-top: 11px;}
31
31
  </style>
32
32
 
33
- <div style="color: silver;">Share on: </span><div id="share-buttons">
33
+ <div style="">Share on: </span><div id="share-buttons">
34
34
  <div class="facebook" title="Share this on Facebook" onclick="window.open('http://www.facebook.com/share.php?u={{ site.url }}{{ pageurl }}');"><svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1343 12v264h-157q-86 0-116 36t-30 108v189h293l-39 296h-254v759h-306v-759h-255v-296h255v-218q0-186 104-288.5t277-102.5q147 0 228 12z"/></svg></div>
35
35
  <div class="twitter" title="Share this on Twitter" onclick="window.open('http://twitter.com/home?status={{ site.url }}{{ pageurl }}');"><svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1684 408q-67 98-162 167 1 14 1 42 0 130-38 259.5t-115.5 248.5-184.5 210.5-258 146-323 54.5q-271 0-496-145 35 4 78 4 225 0 401-138-105-2-188-64.5t-114-159.5q33 5 61 5 43 0 85-11-112-23-185.5-111.5t-73.5-205.5v-4q68 38 146 41-66-44-105-115t-39-154q0-88 44-163 121 149 294.5 238.5t371.5 99.5q-8-38-8-74 0-134 94.5-228.5t228.5-94.5q140 0 236 102 109-21 205-78-37 115-142 178 93-10 186-50z"/></svg></div>
36
36
  <div class="linkedin" title="Share this on Linkedin" onclick="window.open('https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ pageurl }}&title=&summary=&source=');"><svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M477 625v991h-330v-991h330zm21-306q1 73-50.5 122t-135.5 49h-2q-82 0-132-49t-50-122q0-74 51.5-122.5t134.5-48.5 133 48.5 51 122.5zm1166 729v568h-329v-530q0-105-40.5-164.5t-126.5-59.5q-63 0-105.5 34.5t-63.5 85.5q-11 30-11 81v553h-329q2-399 2-647t-1-296l-1-48h329v144h-2q20-32 41-56t56.5-52 87-43.5 114.5-15.5q171 0 275 113.5t104 332.5z"/></svg></div>
data/_layouts/post.html CHANGED
@@ -14,13 +14,13 @@ layout: default
14
14
  </div>
15
15
 
16
16
  <h1 class="post-title">{{ page.title }}</h1>
17
-
18
- {% include share_buttons.html %}
19
-
20
17
  <div class="post-line"></div>
18
+ {% include share_buttons.html %}
21
19
 
22
20
  {{ content }}
23
21
 
22
+ {% include share_buttons.html %}
23
+
24
24
  <div class="" style="padding: 10px"></div>
25
25
 
26
26
  {% for tag in page.tags %}
@@ -29,8 +29,6 @@ layout: default
29
29
 
30
30
  </div>
31
31
 
32
- {% include share_buttons.html %}
33
-
34
32
  {% if page.comments %}
35
33
  {% include disqus_comments.html %}
36
34
  {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickstand
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
  - Prashant Khanduri