alembic-jekyll-theme 2.1.0 → 2.1.1

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
  SHA1:
3
- metadata.gz: 3847d8a04a5b7e2da48cf9f8a2cb6f707f8b1790
4
- data.tar.gz: b56ec3a98a723c7f8b70cab4f996911bf00f5e44
3
+ metadata.gz: 00b13a2f28d1c88a8c4c4d067e87fab470fb8375
4
+ data.tar.gz: 890fe87efbc201537023fd08f8b0c5bf4bc0df77
5
5
  SHA512:
6
- metadata.gz: e7c0f7bfabf4db93829cb26e6682eb3bec38640b79034136eccd03b33137cd9e1c68e7bb74390225fc95b3b97257a1c92b8db37d7fdfbf96f66c635bfa235097
7
- data.tar.gz: 79c9813131b5838d09ad23d24e89c8c2d72f08887552c6340e55c08177b0f51672b475f40fe1c357b2f47356907406126c74c891d3c4c0b2dca24cbea1af32ae
6
+ metadata.gz: 7afa209bc1b6e313eccc3c2b6e65b15aa149538b70b6b91667b0f40e80eccb4607b1b3c51712c91b8338c986d916814f05b48d14489c2e6f30abd3ee40024200
7
+ data.tar.gz: c2ce88bd8bff8cdd795f92c60087ff674272bcfae6871a6e89c7cf266ff0951d7741ff9404a57828eac98b07f30bc82e53370c6dcf8875b328845008e4ac09ac
@@ -1 +1 @@
1
- <a class="button" href="{{ include.link }}" title="Button - {{ include.text }}" {% if include.color %}style="background: {{ include.color }}"{% endif %}>{{ include.text }}{% if include.icon %}&nbsp; {% include icon.html id=include.icon %}{% endif %}</a>
1
+ <a class="button" href="{{ include.link }}"{% if include.color %} style="background: {{ include.color }}"{% endif %}>{{ include.text }}{% if include.icon %}&nbsp; {% include icon.html id=include.icon %}{% endif %}</a>
@@ -2,7 +2,7 @@
2
2
  <ul class="list list--categories">
3
3
  {% for item in site.categories %}
4
4
  <li class="item item--category">
5
- <a href="#{{ item | first | slugify }}" title="Category - {{ item | first }}">{{ item | first }}</a>
5
+ <a href="#{{ item | first | slugify }}">{{ item | first }}</a>
6
6
  </li>
7
7
  {% endfor %}
8
8
  </ul>
@@ -12,9 +12,9 @@
12
12
 
13
13
  {% if item.collectionpage %}
14
14
  {% assign collectiondata = site.collections | where: "label", item.collectionpage | first %}
15
- <a href="{{ url }}" title="Page - {{ collectiondata.title }}">{{ collectiondata.title }}</a>
15
+ <a href="{{ url }}">{{ collectiondata.title }}</a>
16
16
  {% else %}
17
- <a href="{{ url }}" title="Page - {{ item.title }}">{{ item.title }}</a>
17
+ <a href="{{ url }}">{{ item.title }}</a>
18
18
  {% endif %}
19
19
  </li>
20
20
  {% endunless %}
@@ -10,7 +10,7 @@
10
10
  {% endif %}
11
11
 
12
12
  <li class="item item--nav{% if item[1] == page.url %} item--current{% endif %}">
13
- <a href="{{ url }}" title="Page - {{ item[0] }}">{{ item[0] }}</a>
13
+ <a href="{{ url }}">{{ item[0] }}</a>
14
14
  </li>
15
15
  {% endfor %}
16
16
  </ul>
@@ -5,7 +5,7 @@
5
5
  </button>
6
6
  <ul class="list list--nav">
7
7
  {% for item in site.navigation_header %}
8
-
8
+
9
9
  {% if item[1] contains '://' %}
10
10
  {% assign url = item[1] %}
11
11
  {% else %}
@@ -13,7 +13,7 @@
13
13
  {% endif %}
14
14
 
15
15
  <li class="item item--nav{% if item[1] == page.url %} item--current{% endif %}">
16
- <a href="{{ url }}" title="Page - {{ item[0] }}">{{ item[0] }}</a>
16
+ <a href="{{ url }}">{{ item[0] }}</a>
17
17
  </li>
18
18
  {% endfor %}
19
19
  </ul>
@@ -1,7 +1,7 @@
1
1
  <nav class="nav nav--social">
2
2
  {% for link in site.social_links %}
3
3
  {% assign id = link[0] | downcase %}
4
- <a href="{{ link[1] }}" title="{{ link[0] }}">
4
+ <a href="{{ link[1] }}">
5
5
  {% include icon.html id=id title=id %}
6
6
  </a>
7
7
  {% endfor %}
@@ -7,7 +7,7 @@
7
7
  {% assign has_categories = true %}
8
8
  <li class="item item--post">
9
9
  <article class="article article--post typeset">
10
- <h3><a href="{{ site.baseurl }}{{ page.url }}" title="Post - {{ page.title }}">{{ page.title }}</a></h3>
10
+ <h3><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h3>
11
11
  {% include post-meta.html %}
12
12
  {{ page.excerpt | markdownify | truncatewords: 60 }}
13
13
  </article>
@@ -5,7 +5,7 @@
5
5
  <li class="item item--post">
6
6
  <article class="article article--post">
7
7
 
8
- <h2><a href="{{ site.baseurl }}{{ page.url }}" title="Post - {{ page.title }}">{{ page.title }}</a></h2>
8
+ <h2><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h2>
9
9
  {% include post-meta.html %}
10
10
  {{ page.excerpt | markdownify | truncatewords: 60 }}
11
11
 
@@ -22,7 +22,7 @@
22
22
  <li class="item item--post">
23
23
  <article class="article article--post">
24
24
 
25
- <h2><a href="{{ site.baseurl }}{{ page.url }}" title="Post - {{ page.title }}">{{ page.title }}</a></h2>
25
+ <h2><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h2>
26
26
  {% include post-meta.html %}
27
27
  {{ page.excerpt | markdownify | truncatewords: 60 }}
28
28
 
@@ -5,7 +5,7 @@
5
5
  <li class="item item--post">
6
6
  <article class="article article--post typeset">
7
7
 
8
- <h4><a href="{{ site.baseurl }}{{ page.url }}" title="Related post - {{ page.title }}">{{ page.title }}</a></h4>
8
+ <h4><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h4>
9
9
  {% include post-meta.html %}
10
10
  {{ page.excerpt | markdownify | truncatewords: 20 }}
11
11
 
@@ -1,3 +1,3 @@
1
- <a class="logo" href="{{ site.baseurl }}/" title="{{ site.title }}">
1
+ <a class="logo" href="{{ site.baseurl }}/">
2
2
  <img src="{{ site.baseurl }}{{ site.logo }}" alt="{{ site.title }} logo"/>
3
3
  </a>
@@ -32,7 +32,7 @@
32
32
  return `
33
33
  <li class="item item--result">
34
34
  <article class="article typeset">
35
- <h4><a href="${item.url}" title="Result - ${item.title}">${item.title}</a></h4>
35
+ <h4><a href="${item.url}">${item.title}</a></h4>
36
36
  <p>${item.excerpt}</p>
37
37
  </article>
38
38
  </li>`;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alembic-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Darnes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-04 00:00:00.000000000 Z
11
+ date: 2017-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll