Sha256: d1276355b8030f6582dda116813d88cd15d4ba42afb753c4cb70547cab0d16c6

Contents?: true

Size: 1.25 KB

Versions: 4

Compression:

Stored size: 1.25 KB

Contents

<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width initial-scale=1.0" />
  {%- if page.tags -%}
    <meta name="keywords" content='{{ page.tags | join: "," }}' />
  {%- elsif page.url contains site.tag_page_dir -%}
    <meta name="robots" content="noindex">
  {%- else -%}
    <meta name="keywords" content='{{ site.keywords | split: " " | join: "," }}' />
  {%- endif -%}
  <meta name="author" content="{{ site.author}}" />
  <meta name="copyright" content="{{ site.copyright }}" />
  <meta name="robot" content="{{ site.robot }}" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta name="description" content="{{ site.description | strip_newlines}}" />
  {%- if page.title -%}
    <title>{{ page.title }} - {{ site.title}}</title>
  {%- else -%}
    <title>{{ site.title }}</title>
  {%- endif -%}
  <link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" />
  <link rel="stylesheet" href="{{ 'assets/css/fa-svg-with-js.css' | absolute_url }}" />
  <link rel="canonical" href="{{ site.baseurl, page.url | absolute_url }}" />
  <link rel="icon" href="{{ site.favicon | absolute_url}}" />
  {%- if page.style -%}
    <style type="text/css">
    {{ page.style }}
    </style>
  {%- endif -%}
  {% seo %}
</head>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-mehdix-rtl-0.2.1 _includes/head.html
jekyll-theme-mehdix-rtl-0.2.0 _includes/head.html
jekyll-theme-mehdix-rtl-0.1.21 _includes/head.html
jekyll-theme-mehdix-rtl-0.1.20 _includes/head.html