summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/docs/_includes/post_detail.html
blob: bceb37d5bcfc47f1f0e301e86191a83b9f3307df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<h1 class="entry-title">
    <!--<a href="{{ root_url }}{{ page.url }}">{{ page.title }}</a>-->
</h1>
<ul>
    {% if post.title %}
    <li>
        {{ post.date | date: '%B %d, %Y' }}
        <br/>
        {% if post.external_url %}
          <a href="{{ post.external_url }}">{{ post.title | escape }}</a>
        {% else %}
          <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
        {% endif %}
    </li>
    {% endif %}
</ul>