jekyll-theme-primcraft 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efac967c8652ff9d3ff5bbba78892b5eff6c6406821bb4321de2ebf0a016045b
4
- data.tar.gz: 2e3613f31a564b61a719347256a290b805d3bddda18df23b499f44fa54fa0d6a
3
+ metadata.gz: 923d1350a22c6956d606e09746f2200e58e25cb5b4b73278e50093d9755838ad
4
+ data.tar.gz: 91830269a5b993b98cffc62d7c1c71d71aec09f735b874d939cac1b860589a32
5
5
  SHA512:
6
- metadata.gz: cade03a736533278d8bc7aa8599df1e0c6caa1b988bd03cccd4ff7e718ba6946cd1f5e794558f9abb614e24c7ca7ba711eead9f43ba42a746800949a950a16fc
7
- data.tar.gz: cfc9e2c4b5138eace99effa16e55705e50b676fc76529b1db307eb3dbeda3cfbb82d3b70b9d28bc637a589f77007ca608f837bda046ac43eeb6fe58d7d25a456
6
+ metadata.gz: aa88fb841781b198150076b5d45787ca66f2a73b891ffad6bd402e3f56277719d243e4661548e82e53dcd663f43c33d460251ceee3b1a3a184d4b2cf8a1815ce
7
+ data.tar.gz: 6301c131727cff2da1948cb4e7df65754f1fe720dee76f696451898f145c67217fd4d9d435c005e5f6308069c2accc176a568041579129416cf61e369d35be70
@@ -7,7 +7,7 @@
7
7
  {%- endif -%}
8
8
  <p>
9
9
  {%- if site.show_excerpts -%}
10
- {{ post.excerpt | strip_html }}
10
+ {{ post.excerpt }}
11
11
  {%- endif -%}
12
12
  </p>
13
13
  {%- capture total_words -%}{{ post.content | number_of_words }}{%- endcapture -%}
data/_layouts/home.html CHANGED
@@ -26,7 +26,7 @@ layout: default
26
26
  {%- include full-post-list.html posts = site.posts limit = site.paginate -%}
27
27
  {%- endif -%}
28
28
  {{ paginator.total_pages }}
29
- <div class="text-center my-4"><a href="/posts/">{% t global.view-all-posts %}</a></div>
29
+ <div class="text-center my-4"><a href="{{ site.baseurl }}/posts/">{% t global.view-all-posts %}</a></div>
30
30
  </div>
31
31
  </div>
32
32
  <div class="col-lg-4">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-primcraft
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - BakaSoniji
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-07 00:00:00.000000000 Z
11
+ date: 2019-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -153,10 +153,6 @@ files:
153
153
  - _includes/google-analytics.html
154
154
  - _includes/head.html
155
155
  - _includes/header.html
156
- - _includes/icon-github.html
157
- - _includes/icon-github.svg
158
- - _includes/icon-twitter.html
159
- - _includes/icon-twitter.svg
160
156
  - _includes/mct.html
161
157
  - _includes/page-tags.html
162
158
  - _includes/page-title.html
@@ -1 +0,0 @@
1
- <a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/></svg>
@@ -1 +0,0 @@
1
- <a href="https://twitter.com/{{ include.username }}"><span class="icon icon--twitter">{% include icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/></svg>