jekyll-theme-mehdix-rtl 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +4 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2889cd5d91e5dcb4533814fae60a024c55e9a68
|
4
|
+
data.tar.gz: 99afd35b0827163455c614060e3afd21e5e778e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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=
|
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" -%}
|