mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 07:13:52 -05:00
Mess around with card formatting some more
This commit is contained in:
parent
7e1ade6d70
commit
e0bc0eba26
@ -54,27 +54,27 @@
|
||||
|
||||
{% if toot.card %}
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<div class="card-header-title">
|
||||
<a href="{{ toot.card.url }}"> {{ toot.card.title }} </a>
|
||||
</div>
|
||||
</div>
|
||||
{% if toot.card.description %}
|
||||
<div class="card-content columns">
|
||||
{% if toot.card.image %}
|
||||
<div class="column is-one-third">
|
||||
<a href="{{ toot.card.url }}">
|
||||
<img alt="{{ toot.card.title }}"
|
||||
src="{{ toot.card.image }}"
|
||||
class="is-max-256">
|
||||
class="is-max-128">
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="column is-two-thirds">
|
||||
<p>
|
||||
<strong>
|
||||
<a href="{{ toot.card.url }}">
|
||||
{{ toot.card.title }}
|
||||
</a>
|
||||
</strong>
|
||||
|
||||
<p>{{ toot.card.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user