jekyll-theme-minimalistic 0.3.8 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/header.html +11 -6
- data/_sass/jekyll-theme-minimalistic.scss +1 -1
- metadata +1 -2
- data/_includes/header-title-mobile.html +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01af061a9ce54dbc034ccec8cce434a0b9731ab116047d23cca53223c63ae809
|
4
|
+
data.tar.gz: 5e7348dfdd35b3f285db18a22efb5e796f8d721c2ed600582fdc4c80f3faa722
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 418674fb1ffc04ca5edbb33959444cfb20bbabd4fc7ec3481e1f9c2c8d7f0c044e6b9e69d1332bebee9801df0b5295cd53777132111291f72591718f7422b1f8
|
7
|
+
data.tar.gz: f2abce246be070fe47c06f9b7ed2799ed1b338ee9b6c67d666926827f6c8b896f118bcb1ec5abe09e23ebadbde4a006661055beab93490d88436f61ace4939e0
|
data/_includes/header.html
CHANGED
@@ -1,10 +1,15 @@
|
|
1
|
-
|
1
|
+
{% if site.logo %}
|
2
|
+
<div class="header-title">
|
3
|
+
{% include header-title.html %}
|
4
|
+
</div>
|
5
|
+
<div class="header-title-mobile">
|
6
|
+
<section>
|
7
|
+
{% include header-title.html %}
|
8
|
+
</section>
|
9
|
+
</div>
|
10
|
+
{% else %}
|
2
11
|
{% include header-title.html %}
|
3
|
-
|
4
|
-
|
5
|
-
<div class="header-title-mobile">
|
6
|
-
{% include header-title-mobile.html %}
|
7
|
-
</div>
|
12
|
+
{% endif %}
|
8
13
|
|
9
14
|
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
10
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-minimalistic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vaibhav Vikas
|
@@ -127,7 +127,6 @@ files:
|
|
127
127
|
- _includes/footer.html
|
128
128
|
- _includes/head-custom-google-analytics.html
|
129
129
|
- _includes/head-custom.html
|
130
|
-
- _includes/header-title-mobile.html
|
131
130
|
- _includes/header-title.html
|
132
131
|
- _includes/header.html
|
133
132
|
- _includes/mobile.html
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<section>
|
2
|
-
{% if site.logo %}
|
3
|
-
<img class="logo" src="{{ site.logo | relative_url }}" alt="Logo">
|
4
|
-
{% endif %}
|
5
|
-
|
6
|
-
{% if site.blank_title %}
|
7
|
-
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
8
|
-
{% else %}
|
9
|
-
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
10
|
-
{% endif %}
|
11
|
-
|
12
|
-
{% if site.email %}
|
13
|
-
<p class="addr"><i class="fa-solid fa-envelope"></i> <a href="mailto:{{site.email}}">{{ site.email }}</a></p>
|
14
|
-
{% endif %}
|
15
|
-
</section>
|