meliora 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: ce14e032973e9757217cd09898d4998ab21cef3c
4
- data.tar.gz: 518c833268eea33afa025bb16de8469edebb94f6
3
+ metadata.gz: 67358adda3294373833a8458e058719df7632e06
4
+ data.tar.gz: 130061dac27347ac778d2c5b602c74fce192eecb
5
5
  SHA512:
6
- metadata.gz: c4024654fe9a92394729f051d9ed2a8088b93e05774fc4791181bfb817d3cfa900d5aa65781adb9193ddb1850cd03766c174269026c0d9dc56501df2f7163ca6
7
- data.tar.gz: 8e1fbb677081aaafc629d42c5eff004fcc0fa72b7e8cc185ee9b65e9baef8d752a0af104d326b88c544647522c6eae0b6846c873b1c0ef413e45f57f87efff4c
6
+ metadata.gz: a1e59cdbaae415d0eb0e681b9af6b1bad5bee5fac46b03a300e32d1d53300115617fd45be078dfd957273976d92b95620aeb807d3def97d3e9dc1a87e55dc8b4
7
+ data.tar.gz: 2eaa0c2a37c39c899e342b7189f40767ce3bfd83f87a332a4df1610252947a5fedf258e05ff4fbcaa8c6ff140b9545a1593ce8e92ddf41e60e45d3f7b0fde53f
@@ -1,5 +1,7 @@
1
1
  <figure class="bg-material50 border-material400">
2
- <img class="border-materialBlack" src="{{ include.src | prepend: site.url }}" alt="{{ include.alt }}" width="{{ site.body_width | minus: 23 }}px" />
2
+ <a href="{{ include.src | replace: 'resized', 'fullsize' | prepend: site.url }}" title="Click image to view full-size version.">
3
+ <img class="border-materialBlack" src="{{ include.src | prepend: site.url }}" alt="{{ include.alt }}" width="{{ site.body_width | minus: 23 }}px" />
4
+ </a>
3
5
  {% if include.caption %}
4
6
  <figcaption>{{ include.caption | markdownify }}</figcaption>
5
7
  {% endif %}
@@ -1,9 +1,8 @@
1
1
  <nav id="{{ include.id }}" aria-label="{{ include.aria_label }}">
2
2
  {% for post in paginator.posts %}
3
- <article class="post_list">
3
+ <article class="post_list_item">
4
4
  <header>
5
5
  <h3>{% unless post.altTitle %}{{ post.title }}{% else %}{{ post.altTitle | markdownify | remove: '<p>' | remove: '</p>' | strip }}{% endunless %}</h3>
6
- {% include post-list-meta.html %}
7
6
  </header>
8
7
  <section>
9
8
  <p>{{ post.description }}</p>
@@ -16,18 +15,18 @@
16
15
  </nav>
17
16
  <!-- Pagination links -->
18
17
  <nav class="pager" aria-label="Paginator Navigation">
19
- <div class="container">
18
+ <div class="container">
20
19
  {% if paginator.previous_page %}
21
20
  <a class="prev" href="{{ paginator.previous_page_path | prepend: site.url }}">
22
21
  <span>&lArr; Older</span>
23
- </a>
24
- {% endif %}
22
+ </a>
23
+ {% endif %}
25
24
  {% if paginator.next_page %}
26
25
  <span class="float_right">
27
26
  <a class="next" href="{{ paginator.next_page_path | prepend: site.url }}">
28
27
  <span>Newer &rArr;</span>
29
28
  </a>
30
29
  </span>
31
- {% endif %}
30
+ {% endif %}
32
31
  </div>
33
- </nav>
32
+ </nav>
@@ -3,7 +3,7 @@ layout: default
3
3
  ---
4
4
  <header id="page_header">
5
5
  {% include skip-nav.html %}
6
- {% include nav-menu.html id="page_nav" aria_label="Page Menu" class="flat_nav_menu" menu="post" %}
6
+ {% include nav-menu.html id="page_nav" aria_label="Page Menu" class="flat_nav_menu" menu="blog" %}
7
7
  </header>
8
8
  {% include noscript.html %}
9
9
  <main id="main_content">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meliora
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Graybosch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-04 00:00:00.000000000 Z
11
+ date: 2017-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -252,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
252
252
  version: '0'
253
253
  requirements: []
254
254
  rubyforge_project:
255
- rubygems_version: 2.4.5.2
255
+ rubygems_version: 2.6.11
256
256
  signing_key:
257
257
  specification_version: 4
258
258
  summary: A minamalistic Jekyll theme.