Sha256: 1a27d775d13ac964a53bc1db9a5c7b5f6a5b8fdcdf73fba86ab0b693b0193c06

Contents?: true

Size: 949 Bytes

Versions: 1

Compression:

Stored size: 949 Bytes

Contents

<!DOCTYPE html>
<html dir="rtl" lang="fa">
  
  <head>
    {%- include_cached head.html -%}

    {%- 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 -%}

    {%- if page.title -%}
      <title>{{ page.title }} - {{ site.title}}</title>
    {%- else -%}
      <title>{{ site.title }}</title>
    {%- endif -%}

    {% seo %}

  </head>

  <body>

    {%- include_cached header.html -%}

    <main>
      <div class="wrapper">
        {{- content -}}
      </div>
    </main>

    {%- include_cached footer.html -%}

    <script src="{{ 'assets/js/main.js' | absolute_url }}"></script>
    {% if site.google_analytics_id %} {% include_cached analyticstracking.html %} {% endif %}
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-mehdix-rtl-2.0.0 _layouts/default.html