File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ class HomePage(Page):
177177 FieldPanel ("footer_title" ),
178178 FieldPanel ("footer_site_info" ),
179179 FieldPanel ("footer_networks" ),
180- NativeColorPanel ("color_gradient_1" ),
181180 NativeColorPanel ("footer_background" ),
182181 NativeColorPanel ("footer_color_text" ),
183182 FieldPanel ("externalRaws" ),
Original file line number Diff line number Diff line change 3333{% endblock %}
3434
3535< link rel ="icon " type ="image/png " href ="{{ tmp_favicon.url }} " />
36+ <!-- Bootstrap CSS -->
37+ < link rel ="stylesheet " type ="text/css " href ="{% static '2023/css/bootstrap.min.css' %} ">
3638< style >
3739 : root {
3840 --cg1 : {{page .color_gradient_1 }};
4749 - - secondary- font: {{page .secondaryFontFamily }};
4850 }
4951</ style >
50- <!-- Bootstrap CSS -->
51- < link rel ="stylesheet " type ="text/css " href ="{% static '2023/css/bootstrap.min.css' %} ">
5252<!-- Icon -->
5353< link rel ="stylesheet " type ="text/css " href ="{% static '2023/fonts/lineicons.css' %} ">
5454<!-- Nivo Lightbox -->
You can’t perform that action at this time.
0 commit comments