Skip to content

Commit e022be7

Browse files
committed
Added Missing Footer
1 parent 5babe03 commit e022be7

File tree

3 files changed

+9
-32
lines changed

3 files changed

+9
-32
lines changed

templates/pages/billing.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ <h6 class="mb-1 text-dark text-sm">Webflow</h6>
312312
</div>
313313
</div>
314314
</div>
315+
316+
{% include "includes/footer.html" %}
317+
315318
</div>
316319

317320
{% endblock content %}

templates/pages/profile.html

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -380,38 +380,9 @@ <h5 class=" text-secondary"> New project </h5>
380380
</div>
381381
</div>
382382
</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+
415386
</div>
416387
</div>
417388

templates/pages/tables.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,5 +420,8 @@ <h6 class="mb-0 text-sm">Adobe XD</h6>
420420
</div>
421421
</div>
422422
</div>
423+
424+
{% include "includes/footer.html" %}
425+
423426
</div>
424427
{% endblock content %}

0 commit comments

Comments
 (0)