File tree Expand file tree Collapse file tree 3 files changed +9
-32
lines changed Expand file tree Collapse file tree 3 files changed +9
-32
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,9 @@ <h6 class="mb-1 text-dark text-sm">Webflow</h6>
312
312
</ div >
313
313
</ div >
314
314
</ div >
315
+
316
+ {% include "includes/footer.html" %}
317
+
315
318
</ div >
316
319
317
320
{% endblock content %}
Original file line number Diff line number Diff line change @@ -380,38 +380,9 @@ <h5 class=" text-secondary"> New project </h5>
380
380
</ div >
381
381
</ div >
382
382
</ div >
383
- < footer class ="footer pt-3 ">
384
- < div class ="container-fluid ">
385
- < div class ="row align-items-center justify-content-lg-between ">
386
- < div class ="col-lg-6 mb-lg-0 mb-4 ">
387
- < div class ="copyright text-center text-sm text-muted text-lg-start ">
388
- © < script >
389
- document . write ( new Date ( ) . getFullYear ( ) )
390
- </ script > ,
391
- made with < i class ="fa fa-heart "> </ i > by
392
- < a href ="https://www.creative-tim.com " class ="font-weight-bold " target ="_blank "> Creative Tim</ a >
393
- for a better web.
394
- </ div >
395
- </ div >
396
- < div class ="col-lg-6 ">
397
- < ul class ="nav nav-footer justify-content-center justify-content-lg-end ">
398
- < li class ="nav-item ">
399
- < a href ="https://www.creative-tim.com " class ="nav-link text-muted " target ="_blank "> Creative Tim</ a >
400
- </ li >
401
- < li class ="nav-item ">
402
- < a href ="https://www.creative-tim.com/presentation " class ="nav-link text-muted " target ="_blank "> About Us</ a >
403
- </ li >
404
- < li class ="nav-item ">
405
- < a href ="https://www.creative-tim.com/blog " class ="nav-link text-muted " target ="_blank "> Blog</ a >
406
- </ li >
407
- < li class ="nav-item ">
408
- < a href ="https://www.creative-tim.com/license " class ="nav-link pe-0 text-muted " target ="_blank "> License</ a >
409
- </ li >
410
- </ ul >
411
- </ div >
412
- </ div >
413
- </ div >
414
- </ footer >
383
+
384
+ {% include "includes/footer.html" %}
385
+
415
386
</ div >
416
387
</ div>
417
388
Original file line number Diff line number Diff line change @@ -420,5 +420,8 @@ <h6 class="mb-0 text-sm">Adobe XD</h6>
420
420
</ div >
421
421
</ div >
422
422
</ div >
423
+
424
+ {% include "includes/footer.html" %}
425
+
423
426
</ div >
424
427
{% endblock content %}
You can’t perform that action at this time.
0 commit comments