Skip to content

Commit 8c116ec

Browse files
authored
Merge pull request #7 from bytezonedev/fix/footer
Fix: Footer business name & Contact link
2 parents cf414bc + 16d2bf4 commit 8c116ec

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

src/_includes/partials/footer.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<footer>
2-
<div class="container">
3-
<span class="rights">
4-
<p>All rights reserved ByteZone Dev LLC.</p>
5-
</span>
6-
<span class=contact-info>
7-
<p class="h4">Contact Us:</p><a class="email" href="[email protected]" type="email" >[email protected]</a>
8-
</span>
9-
</div>
10-
</footer>
2+
<div class="container">
3+
<span class="rights">
4+
<p>All rights reserved ByteZone LLC.</p>
5+
</span>
6+
<span class=contact-info>
7+
<p class="h4">
8+
Contact Us:
9+
<a class="email" href="mailto:[email protected]">
10+
11+
</a>
12+
</p>
13+
</span>
14+
</div>
15+
</footer>

0 commit comments

Comments
 (0)