Sha256: db04be5fb14fcefebf6e258a1c0ef6f7c312ae86a517acf971b21148c4b33b1d

Contents?: true

Size: 1.94 KB

Versions: 1

Compression:

Stored size: 1.94 KB

Contents

<!DOCTYPE html>
<html class="no-js" lang="en" prefix="og: http://ogp.me/ns#">
  {%- assign timestamp = site.time | date: '%s%N' -%}
  {%- assign timestamp = '?' | append: timestamp -%}
  {% include_cached head.html type="start" timestamp=timestamp %}
  <title>{%if page.doc-note-type == "archived" %}[Archived]{% endif%}{%if page.doc-note-type == "draft" %}[Draft]{% endif%} {{ page.title | escape }} | {{ site.title | escape }} | W3C</title>
  {% if page.ext_css %}<link rel="stylesheet" href="{{ page.ext_css | prepend: '/css/' | prepend: page.collection | prepend: '/' | relative_url | append: include.timestamp }}">{% endif %}
  {%- if page.inline_css %}<style>{{ page.inline_css }}</style>{% endif -%}
  {%- capture seo -%}
    {%- seo title=false -%}
  {%- endcapture -%}
  {{- seo | replace: '<meta name="twitter:card" content="summary" />', '<meta name="twitter:card" content="summary_large_image" />' -}}
  {%- unless page.image -%}{%- if site.twitter.image -%}{% assign twimage = site.twitter.image -%}{%- else -%}{% assign twimage = '/assets/images/social-sharing-default.jpg' -%}{%- endif -%}
  <meta name="twitter:image" property="og:image" content="{{ twimage | relative_url | prepend: site.url }}">
  {%- endunless -%}
  {% include_cached head.html type="end" %}
  <body id="top" class="page-{{page.title | slugify}} {% include_cached body-class.html collection=page.collection doc-note-type=page.doc-note-type %}">
    {% include header.html %}

<main id="main">
  <div class="grid-five-three">
    <div class="col12">
      <h1>{% if page.title_icon %}<svg class="icon-in-title" aria-hidden="true"><use xlink:href="{{page.title_icon | relative_url}}"></use></svg> {% endif %}{% if page.title_html %}{{ page.title_html }}{% else %}{{ page.title }}{% endif %}</h1>
    </div>
  </div>

  {{ content }}

  <p>({{page.date | date: "%Y-%m-%d"}})</p>

  {% include prevnext.html %}

  {% include_cached backtotop.html %}
</main>

{% include footer.html %}

  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wai-website-theme-1.2 _layouts/news.html