mirror of
https://github.com/torproject/lego.git
synced 2025-02-21 10:41:33 +00:00
Add changes for donate.tpo to header
This commit is contained in:
parent
caeab4428b
commit
54e56dc316
@ -1,13 +1,13 @@
|
||||
{% if this.color == 'primary' %}
|
||||
<div class="container-fluid bg-primary">
|
||||
{% else %}
|
||||
<div class="container-fluid bg-dark">
|
||||
<div class="container-fluid {% if this.header_color %} bg-{{ this.header_color }} {% else %} bg-dark {% endif %}">
|
||||
{% endif %}
|
||||
<div class="row flex-xl-nowrap {{ bag('alternatives', this.alt, 'order') }}">
|
||||
{% if this.color == 'primary' %}
|
||||
<div class="container bg-primary pt-5">
|
||||
{% else %}
|
||||
<div class="container bg-dark pt-5">
|
||||
<div class="container {% if this.header_color %} bg-{{ this.header_color }} {% else %} bg-dark {% endif %} pt-5">
|
||||
{% endif %}
|
||||
<div class="row">
|
||||
{% if this.html == 'donate-form.html' and this.header_image|length %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user