parent
31cd7e8b97
commit
12a2b739e8
|
@ -7,8 +7,9 @@
|
|||
<h1>Space launches</h1>
|
||||
|
||||
{% for launch in rockets %}
|
||||
{% set highlight =" bg-primary-subtle" if launch.slug in config.FOLLOW_LAUNCHES else "" %}
|
||||
{% set country = get_country(launch.country_code) %}
|
||||
<div class="row">
|
||||
<div class="row{{highlight}}">
|
||||
<div class="col-md-1 text-nowrap text-md-end">{{ launch.t0_date }}
|
||||
|
||||
<br class="d-none d-md-block"/>
|
||||
|
|
Loading…
Reference in a new issue