Skip to content

Commit

Permalink
Update the title and footer for PyCon india naming convention (#22)
Browse files Browse the repository at this point in the history
* fix: update the footer for PyCon india naming convention

* fix: update the page title for PyCon india naming convention
  • Loading branch information
abhishekmishragithub authored Apr 29, 2024
1 parent 0fbcc92 commit 0b060a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/_includes/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<img src="../image/Mask Group 12.svg" alt="pycon india 2024" class="img-fluid w-75">
</div>
<div class="col-md-3 text-center z-ind">
<p class="text-white copyrights">Copyrights @ 2024 Pycon India</p>
<p class="text-white copyrights">Copyrights @ 2024 PyCon India</p>
</div>

<div class="col-md-12 text-center pt-5 ">
<p class="text-white copyrights"></p>
</div>
</div>
</div>
</section>
</section>
4 changes: 2 additions & 2 deletions src/_layouts/home.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: base.liquid
title: Pycon India 2024
title: PyCon India 2024
---

{% include "components/banner.liquid" %}
Expand All @@ -10,4 +10,4 @@ title: Pycon India 2024
{% include "components/sponsor.liquid" %}
{% include "components/community.liquid" %} {% endcomment %}
{% include "components/twitterwall.liquid" %}
{% include "components/marquee.liquid" %}
{% include "components/marquee.liquid" %}

0 comments on commit 0b060a5

Please sign in to comment.