show years for movie in timeline; thinner font
This commit is contained in:
parent
0e50020fc7
commit
81c793b18e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
</span>
|
||||
<div class="entity-list__entity-title">
|
||||
<a href="{{ activity.target.item.url }}" class="entity-list__entity-link" style="font-weight:bold;">{{ activity.target.item.title }}
|
||||
{% if activity.target.item.year %}<small>({{ activity.target.item.year }})</small>{% endif %}
|
||||
{% if activity.target.item.year %}<small style="font-weight: lighter">({{ activity.target.item.year }})</small>{% endif %}
|
||||
</a>
|
||||
{% if activity.target.item.source_url %}
|
||||
<a href="{{ activity.target.item.source_url }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue