jekyll-theme-noesya 1.0.14 → 1.0.18

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: a40cb98592c65db0c8334d6209d7e1177a369364fc20f55ce5ec7affa4bfa5e5
4
- data.tar.gz: 2ddedc72faacbaf95596fa519edcbb616a6b34f6a72830ee1f7fefc80ffbf8dd
3
+ metadata.gz: 0ed2b9b9c43317f866f868636a316e3138cf70a9603054955f317f0704153a77
4
+ data.tar.gz: 444cf683c0c8aa0c81649d2b85eaf70c0be0e9d37810df7452c92ae9dc8914c8
5
5
  SHA512:
6
- metadata.gz: d0ce8ea2505eb401011911abc740692c3208209496b34ef6bec2a6947aa44f128027219b0dba5174f92fee410443f0ef7960fb295e811b4bc4392304fab97574
7
- data.tar.gz: 962d1646eba82e2e8deaf0b455699e7bba43f4ff44ea4f93b7b1723f75ca7839d494deaa2cc83389f631b671878c8eb0c4480aa25a811fc6f4eb4f2a7c903ce6
6
+ metadata.gz: 07f2703464c7c546c13c51302daa5de1a8101ca43124b36e16188a224ac2d537562df9af11c3a560e624012469e1eab594811a8eea5c55f1d199f65002c11642
7
+ data.tar.gz: 12e21c03a83ba224a77d2f8ecc2b024dd42ba0878b062fcc3626992c4f974ed690a57df43146cf4037bc856155e8aa7c30e89a5815f9b872145491dba01e3243
@@ -18,6 +18,7 @@
18
18
  {% include header.html %}
19
19
  <main aria-label="Content" class="{{ page.class | default: layout.class }}">
20
20
  {{ content }}
21
+ {% include navigation-between-pages.html %}
21
22
  </main>
22
23
  {% include footer.html %}
23
24
 
data/_layouts/page.html CHANGED
@@ -7,6 +7,10 @@ class: page
7
7
  <h1>{{ page.title }}</h1>
8
8
  </header>
9
9
 
10
+ {% if page.sections %}
11
+ {% include sections-with-notes.html %}
12
+ {% endif %}
13
+
10
14
  {% if content != "" %}
11
15
  <section>
12
16
  {{ content }}
@@ -81,37 +81,3 @@
81
81
  a
82
82
  &:hover
83
83
  color: $primary
84
-
85
- main.index
86
- section
87
- li
88
- a
89
- &::after
90
- filter: invert(0)
91
- main.team
92
- p
93
- color: $secondary-reverse
94
-
95
- main.metier
96
- article
97
- p
98
- color: $secondary-reverse
99
-
100
- main.metier
101
- article
102
- p
103
- color: $secondary-reverse
104
- .is-menu-opened &
105
- color: $secondary
106
-
107
- main.member
108
- header+div
109
- background-color: $bg-secondary-color-reverse
110
- > section h2+p
111
- color: $secondary-on-gray-reverse
112
- @include media-breakpoint-up(md)
113
- .is-menu-opened &
114
- background-color: $bg-secondary-color
115
- span
116
- .is-menu-opened &
117
- color: $secondary
@@ -10,6 +10,8 @@ body > header
10
10
  z-index: 2
11
11
  @include media-breakpoint-up(md)
12
12
  padding-top: $grid-gutter * 2
13
+ &.menu_burger_only_mobile
14
+ margin-top: -3px
13
15
  a
14
16
  text-decoration: none
15
17
  // Logo
@@ -9,7 +9,7 @@ a
9
9
  &[target="_blank"]
10
10
  &::after
11
11
  @include icon
12
- content: "\e900"
12
+ content: map-get($icons, 'link-blank')
13
13
  font-size: .75em
14
14
  margin-left: .3rem
15
15
  @include media-breakpoint-up(md)
@@ -15,3 +15,7 @@
15
15
  @mixin media-breakpoint-height-up($height)
16
16
  @media (min-height: ($height)) and (min-width: 1200px)
17
17
  @content
18
+
19
+ @mixin media-breakpoint-height-down($height)
20
+ @media (max-height: ($height)) and (min-width: 1200px)
21
+ @content
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-noesya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-11-04 00:00:00.000000000 Z
13
+ date: 2021-11-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: jekyll