lbenicio-minimal-v1 1.0.6 → 1.0.9

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: '07108a7bb9378bc1e91c5e2509d5c7100b956e290759504d459fb78a035f41dd'
4
- data.tar.gz: a7e6631674b21031b29b6a3f783ac944baf27bff8ffd75d4124cbad7a0fe3b66
3
+ metadata.gz: '038c7aa9367373679bae2b166a96876c217fd813831ec615a27c7d5d9ebb3446'
4
+ data.tar.gz: fece2e50f014eb6c44b60fec37ba92d735230a8dd7fe985d97a74971c0c9afcc
5
5
  SHA512:
6
- metadata.gz: 05bd1b6f6344b5223652a2453b0e357f70149b81c618c836515c29c6be134bc4dcf7fc5f15091a9dc6a234a4fc4dd8f2eb1a3950ac4b93e8e04a3f212bfeaaeb
7
- data.tar.gz: 16b40ca6ef914ef032cdc23f59d6ea2e951404c3a371d006d1a5eac332536e9b468d8a5fe4a61ab0256c4b9d72f65b1f42bc6c2db19391f88b9b46a98c6428e4
6
+ metadata.gz: 8c8f5015b6d713ef6663aede53abc06fca2125b3b300a01c694c3b9be55a82505b7bec0f6e32b719b298acf39356f30f5efc2ea4dc974dd509d685a28059f2f4
7
+ data.tar.gz: 27a8cc0122b35ea823db6ed887698f216c323a070459c2c1aa84ca2c0cd58e870f3ba151927fe756bff778febdd9d7abfc7834d55dc96d386b3b384b2945d5a7
@@ -3,7 +3,7 @@
3
3
  <div class="row">
4
4
  <div class="offset-md-4 col-md-4 col-10 offset-1">
5
5
  <p>
6
- The theme of this blog is open sourced <a href="https://github.com/{{ site.github_username }}/{{ site.github_username }}.github.io" target="_blank" id="repo">on GitHub</a> by <a href="https://twitter.com/{{ site.twitter_username }}" target="_blank" id="twitter">{{ site.twitter_username }}</a>.
6
+ The theme of this blog is open sourced on <a href="https://github.com/{{ site.github_username }}/{{ site.github_username }}.github.io" target="_blank" id="repo">GitHub</a> by <a href="https://twitter.com/{{ site.twitter_username }}" target="_blank" id="twitter">{{ site.twitter_username }}</a>.
7
7
  </p>
8
8
  </div>
9
9
  </div>
@@ -4,6 +4,4 @@ title: Categories
4
4
  icon: fa-comment-alt
5
5
  ---
6
6
 
7
- {% include postList.html %}
8
-
9
- {% include pagination.html %}
7
+ {% include postList.html %}
@@ -4,6 +4,4 @@ title: Tags
4
4
  icon: fa-comment-alt
5
5
  ---
6
6
 
7
- {% include postList.html %}
8
-
9
- {% include pagination.html %}
7
+ {% include postList.html %}
data/assets/style.scss CHANGED
@@ -129,7 +129,8 @@ div.nav-container-down:after{
129
129
  }
130
130
 
131
131
  #main-container .pagination .selected {
132
- text-decoration: underline;
132
+ font-weight: bold;
133
+ border-bottom: 2px solid black;
133
134
  }
134
135
 
135
136
  @media (max-width: 576px) {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lbenicio-minimal-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Benicio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-04 00:00:00.000000000 Z
11
+ date: 2023-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-seo-tag
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
240
240
  - !ruby/object:Gem::Version
241
241
  version: '0'
242
242
  requirements: []
243
- rubygems_version: 3.3.26
243
+ rubygems_version: 3.4.1
244
244
  signing_key:
245
245
  specification_version: 4
246
246
  summary: Personal website and blog theme.