mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-22 10:06:30 +00:00
Fix styling and field values
This commit is contained in:
parent
89713526e2
commit
390d694cac
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
link_4="</a>")
|
||||
}}
|
||||
⋅ {{ article.date | date(format="%B %e") }}
|
||||
⋅ <a href="{{article.blog_url}}">{{article.blog.title}}</a>
|
||||
⋅ <a href="{{ article.blog.fqn }}">{{ article.blog.title }}</a>
|
||||
</p>
|
||||
</div>
|
||||
{% endmacro post_card %}
|
||||
|
|
Loading…
Reference in a new issue