Archived
1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-28. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
blagoblag/res/themes/default/html/meta_post_card.twig.html

16 lines
368 B
HTML
Raw Normal View History

2019-02-20 08:04:55 -06:00
<ul class="post_card">
<li>
<a href="{{ depth }}p/index.php?id={{ post_id }}">
{{ post[post_id]['title'] }}
</a>
</li>
{% set author = post[post_id]['author'] %}
<li>
<a href="{{ depth }}u/index.php?id={{ author }}">
{{ user[author]['full_name'] }}
</a>
</li>
<li>{{ post[post_id]['date'] }}</li>
<li><p>{{ post[post_id]['desc'] }}</p></li>
</ul>