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_header.twig....

14 lines
369 B
HTML
Raw Normal View History

2019-02-23 01:15:14 -06:00
<article class="card">
<h2 class="title">
2019-03-05 08:33:32 -06:00
<a href="{{ depth }}{{ post_prefix_id }}{{ post_id }}">
2019-02-23 01:15:14 -06:00
{{ post[post_id]['title'] }}
</a>
</h2>
{% set author = post[post_id]['author'] %}
<h3 class="date">{{ post[post_id]['date'] }}</h3>
<h4 class="author">
2019-03-05 08:33:32 -06:00
<a href="{{ depth }}{{ user_prefix_id }}{{ author }}">
2019-02-23 01:15:14 -06:00
{{ user[author]['full_name'] }}
</a>
</h4>