Skip to content

Commit 6e2014e

Browse files
authored
Change title and footer from 'Poway Auto' to 'SD Auto'
1 parent 2972f36 commit 6e2014e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_layouts/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>{{ page.title | default: "Poway Auto" }}</title>
7+
<title>{{ page.title | default: "SD Auto" }}</title>
88

99
<!-- Tailwind CSS -->
1010
<script src="https://cdn.tailwindcss.com"></script>
@@ -168,8 +168,8 @@
168168

169169
<!-- Footer -->
170170
<footer class="mt-20 text-sm text-gray-500 text-center py-6 border-t border-gray-200 dark:border-gray-700">
171-
© 2025 Poway Auto. Built by <span class="text-primary font-medium">Ahaan & Team</span> 🚀
171+
© 2025 SD Auto. Built by <span class="text-primary font-medium">Ahaan & Team</span>
172172
</footer>
173173
</body>
174174

175-
</html>
175+
</html>

0 commit comments

Comments
 (0)