1
0
Fork 0
firefox/mobile/android/android-components/docs/_includes/post_detail.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
417 B
HTML

<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>