Sha256: 5c15c469c81de92c7cc207a6206c0a030c6ec4c971befa4d924d15b4a609b681

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 KB

Contents

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width initial-scale=1" />
  <meta name="keywords" content="{{ site.keywords }}" />
  <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="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 -%} {%- if page.url == "/404.html" -%}
  <meta http-equiv="refresh" content="5; url='{{ site.baseurl | absolute_url}}'" /> {%- endif %}
</head>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-mehdix-rtl-0.1.10 _includes/head.html
jekyll-theme-mehdix-rtl-0.1.9 _includes/head.html
jekyll-theme-mehdix-rtl-0.1.8 _includes/head.html
jekyll-theme-mehdix-rtl-0.1.7 _includes/head.html
jekyll-theme-mehdix-rtl-0.1.6 _includes/head.html