Bug 1824856 - add release-notify-testrail to treeherder. r=gbrown,releng-reviewers...
[gecko.git] / mobile / android / docs / _layouts / post.html
blob29f841f33638c262223ef1fc14cfd82ac04fdadb
1 ---
2 layout: default
3 ---
4 <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
6 <header class="post-header">
7 <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
8 <p class="post-meta">
9 <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
10 {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
11 {{ page.date | date: date_format }}
12 </time>
13 {%- if page.author -%}
15 {% assign author = site.data.authors[page.author] %}
16 <span itemprop="author" itemscope itemtype="http://schema.org/Person">
17 <span class="p-author h-card" itemprop="name">
18 <img src="{{ author.image }}" width="20" height="20" style="margin:5px;" />
19 {{ author.name }}
20 {%- if author.twitter -%}
21 <a href="{{ author.twitter }}"><svg class="svg-icon" style="margin-left:10px;"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg></a>
22 {%- endif -%}
23 </span>
24 </span>
25 {%- endif -%}
26 </p>
27 </header>
29 <div class="post-content e-content" itemprop="articleBody">
30 {{ content }}
31 </div>
33 {%- if site.disqus.shortname -%}
34 {%- include disqus_comments.html -%}
35 {%- endif -%}
37 <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
38 </article>