quickstand 0.1.4 → 0.1.5

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: 83b5708cfea7b6e2aa27fab5fe41c48afea58feecdef2411b28a6c555e73ece4
4
- data.tar.gz: 7cf814d0c7a851073741e15d26bad9972932dbc66e3b9eb361233c093781b789
3
+ metadata.gz: e77d5b073c092d37563098c802b88fdc0bc5d3c13e7b6f4c394f036d0ff5b03e
4
+ data.tar.gz: 2b1af7774f25315b7abec7a646850c85dd5ea6bae013bc6e73c2193fea2d0284
5
5
  SHA512:
6
- metadata.gz: 89afe186906d2093a1eda444a70d7b96471a96a75fc64b11cb0e6b94fb897888a57998bd0cd7d09fc0c4ab2865933753d4760713ba2a20f1d30eea799a7b8399
7
- data.tar.gz: ff6ee91396e7fc03a372403bbc2699d0de97b16f60009ddddbd4544840982cb164b55037ade39bf9e30c1b5a7dc11c531e557bd9a8e475744ceb7bb82593ceb1
6
+ metadata.gz: 27da3abcf9762a2c3db2403edbdf73ff3b79b1f97a6f4ec6d2f65cbe537631d560b07b51db0617d068fd949c1af33bda379fb0dd825fc8d6757c33eebf0107b2
7
+ data.tar.gz: 39715a16c4ca8cff7985a942c523dc96caa98d3d329f15716e3b41ffbbc3f98185132703b3d5a8375fa8c69b753bc4491b71864a80f669d6ae3d3ca524ac0931
data/_layouts/post.html CHANGED
@@ -6,7 +6,7 @@ layout: default
6
6
  <div class="post-info">
7
7
  <small>
8
8
  <span>Written by</span>
9
- <a href="{{site.author.link}}" class="">{{site.author.name}}</a>
9
+ <a href="{{ page.author.link }}" class="">{{ page.author.name }}</a>
10
10
  {% if page.date %}
11
11
  <span>on&nbsp;</span><time datetime="{{ page.date }}">{{ page.date | date: "%B %d, %Y" }}</time>
12
12
  {% endif %}
@@ -47,7 +47,7 @@
47
47
  &-title {
48
48
  color: $default-shade;
49
49
  font-family: $sans-serif;
50
- font-size: 4rem;
50
+ font-size: 2.5rem;
51
51
  margin: 1rem 0;
52
52
  text-align: center;
53
53
  }
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prashant Khanduri