jekyll-theme-mehdix-rtl 0.1.11 → 0.1.12

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +4 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba2f1389599fb17f272293aeb6841de71bcb8042
4
- data.tar.gz: c32a9fe00b6918ff366ac5cad53b4b3e4b2f6b7f
3
+ metadata.gz: d2889cd5d91e5dcb4533814fae60a024c55e9a68
4
+ data.tar.gz: 99afd35b0827163455c614060e3afd21e5e778e1
5
5
  SHA512:
6
- metadata.gz: d192ac6fba728724b9e7229faa18c259551a1e7e8e337e956f0a44be9da23b39a4811c4bcaeaf1f5242555a5b9bf2f77bf28eb5217b2810c9777ea17d0d6843a
7
- data.tar.gz: 1ec2c3dcb6f8759df1789585fad0574607eb2bcbe2ec40df079bf4a79ab654aa62e2cb1b96fc38169d5d6804b21c7978de28410dcc929e223a397c2eaa31eb9b
6
+ metadata.gz: c9c9355f244222c6c0ca74bbe576536e53e1b2f69ba29762e0ff6fecde788bae615acda60b7c22612614de1c654dc6b0c657a93ff3ff55baf10e9fc9f1634ea0
7
+ data.tar.gz: 55a05c15ccc646cd99b3066fa1df9fe1e2f448ec33da7db6611063c1444abbebba2293ff7b5dac4615c51c10cefa55b4b7939f13b5096dcd941c852dfda7d2e8
data/_includes/head.html CHANGED
@@ -3,8 +3,10 @@
3
3
  <meta name="viewport" content="width=device-width initial-scale=1" />
4
4
  {%- if page.tags -%}
5
5
  <meta name="keywords" content='{{ page.tags | join: "," }}' />
6
+ {%- elsif page.url contains site.tag_page_dir -%}
7
+ <meta name="robots" content="noindex">
6
8
  {%- else -%}
7
- <meta name="keywords" content="{{ site.keywords }}" />
9
+ <meta name="keywords" content='{{ site.keywords | join: "," }}' />
8
10
  {%- endif -%}
9
11
  <meta name="author" content="{{ site.author}}" />
10
12
  <meta name="copyright" content="{{ site.copyright }}" />
@@ -21,11 +23,7 @@
21
23
  <link rel="icon" href="{{ site.favicon | absolute_url}}" />
22
24
  {%- if page.style -%}
23
25
  <style type="text/css">
24
- {
25
- {
26
- page.style
27
- }
28
- }
26
+ {{ page.style }}
29
27
  </style>
30
28
  {%- endif -%}
31
29
  {%- if page.url == "/404.html" -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-mehdix-rtl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mehdi Sadeghi