jekyll-theme-doctored 0.3.23 → 0.3.25

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
  SHA256:
3
- metadata.gz: 38d97c414e8829b563849fcd18cbe1f0d35bdbecbf8620c134bfbd3ea77b2a85
4
- data.tar.gz: ff1e2dc5f5d38f2faf9ce3cd4570f6e6f4eedad2a6bc8292129d3ceaa4d2aad7
3
+ metadata.gz: b59d21a839841f123ca0f51ee2ead33fb4bb45139c4217b949966c6e4a6c23ca
4
+ data.tar.gz: 838a96e8cd5a5e5c0253c866a507fecfeb4ea477ebcaf14642a0f9f501d493f3
5
5
  SHA512:
6
- metadata.gz: d744fa291d884dc4f7a0f1b60358a6f4ea073887f5a98e8f914a1f9a94ae528124f86d96a89af78ec257fffd15006fa2514f6973c5112e3e14b8e01f9358cec3
7
- data.tar.gz: 751380bfc95ddb68ef37ed53441023cdd23101ca711555ac59389967092abc49395089008623eded9e8d62f396b3742e4c42fa7b178b14b5dd3e5515a14ffccc
6
+ metadata.gz: 2738307a97f1cd525ec2039b3356e8eab6e7c7f685a05ab2fedd9a953c1eb2244fcbb33e057d03d851807e2d474549748bc6b2d098f7787a20c87e6a30467bb2
7
+ data.tar.gz: 14bb1da033dee42415782be395dadec45647a2a27311500af155c5a0cb21eb9732a9efd7c22836f09f19c03bd2397be350ee69461146bf44e8924aba7400cd65
data/_includes/foot.html CHANGED
@@ -1,5 +1,5 @@
1
- <div class="flex flex-row justify-between w-full px-5 md:px-10 gap-8" style="flex-basis: 67%">
2
- <div class="flex flex-col space-y-4 sm:flex-grow max-w-[50%] font-sans" >
1
+ <div class="flex flex-row justify-between w-full px-5 md:px-10 gap-8">
2
+ <div class="flex flex-col space-y-4 sm:flex-grow max-w-[50%] font-sans" style="flex-basis: 67%">
3
3
  <h3 class="block gap-2 items-center">
4
4
  {% if site.data.foot.logo %}
5
5
  <span class="text-nowrap inline"><img src="{{ site.data.foot.logo | relative_url }}" alt="logo" class="h-6 w-6">
data/_layouts/page.html CHANGED
@@ -15,4 +15,6 @@ layout: default
15
15
  {{ content }}
16
16
  </div>
17
17
 
18
- {% include scrollspy.html %}
18
+ {% if page.toc == true %}
19
+ {% include scrollspy.html %}
20
+ {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-doctored
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.23
4
+ version: 0.3.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - matmanna