Skip to content

Commit d2692c8

Browse files
sponser added
1 parent a643fac commit d2692c8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_includes/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<div class="text-center text-dark p-3" style="background-color: rgba(255, 255, 255, 0.2);">
4747
© 2023 Copyright: @
4848
<a class="text-primary" href="/">Py Contributors</a>
49+
<!-- powered by -->
50+
<a class="text-primary" href="https://walkinthewild.co.in/" target="_blank">Sponsored by Walk In The Wild</a>
4951
</div>
5052
<!-- Copyright -->
5153
</footer>

_includes/navbar.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ <h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/log
88
style="height: 70px; width: 70px; background-color: white;" class="mr-3">Py-Contributors</a></h3>
99
</div>
1010
</div>
11-
12-
13-
1411
<div class="nav-list">
1512
<div class="hamburger mt-4">
1613
<div class="line1"></div>
1714
<div class="line2"></div>
1815
<div class="line3"></div>
1916
</div>
20-
21-
22-
2317
<ul >
2418
{% if page.active == "home" %}
2519
<li class=" active"><a class="" href="/" data-after="Home">Home</a></li>

0 commit comments

Comments
 (0)