Sha256: 0cea34aac0091ade97d7ebebf651e95fe036fb5bcecf22716845ce574c835f39
Contents?: true
Size: 950 Bytes
Versions: 4
Compression:
Stored size: 950 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
4 entries across 4 versions & 1 rubygems