observatorio-jekyll-theme 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/post.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 135e229e65bb759e87df194faad2abfc9b20bc599d6258ed1f1872a46e5ebbfc
|
4
|
+
data.tar.gz: 00cb204ceddada362539395201a0eaafe316704708435db937816aff98b08b2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d203d960876213470e3d951cd2e5f0602a574acc9548de3b3391a2c7a7283c39d898a9bbdbd927d76533e3626034a3aea754a82ca74ae4eecf09b6710ccd38e
|
7
|
+
data.tar.gz: 119a0e9ea6e2992c68eba8144200de5fd4de2a371ab160c057caad32409641bea5e36f358c634becda9f0f8895e93628586704e7f835c4046f0ad0bd65e4c676
|
data/_includes/post.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
{% endcomment %}
|
18
18
|
<div class="{% if overlap %}h-{{ height }} mt-n{{ height }} justify-content-end{% endif %} pl-3 pr-3 pb-3 d-flex flex-column">
|
19
19
|
<header class="position-relative">
|
20
|
-
<h1 class="
|
20
|
+
<h1 class="{{ overlap | ternary: 'mt-3 h5', 'h4' }}">
|
21
21
|
<a
|
22
22
|
class="{{ overlap | ternary: 'white', 'black' }} line-clamp-5"
|
23
23
|
href="{{ include.post.url }}">
|