1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-30 07:09:11 +00:00

build: Use /en/ directory for builds

This commit is contained in:
2026-05-19 01:56:39 -05:00
parent d7beb2e8a7
commit e0764d03c4
10 changed files with 74 additions and 26 deletions
+2 -2
View File
@@ -28,10 +28,10 @@ layout: pg-home
</div>
<div class="hx:mx-auto hx:sm:block hx:hidden">
<a class="hx:dark:hidden">
<img src="brand/logos/svg/square/pg-yellow-nobg.svg" width="350" height="350" alt="Privacy Guides shield logo">
<img src="/brand/logos/svg/square/pg-yellow-nobg.svg" width="350" height="350" alt="Privacy Guides shield logo">
</a>
<a class="hx:hidden hx:dark:block">
<img src="brand/logos/svg/square/pg-blue-dark-nobg.svg" width="350" height="350" alt="Privacy Guides shield logo">
<img src="/brand/logos/svg/square/pg-blue-dark-nobg.svg" width="350" height="350" alt="Privacy Guides shield logo">
</a>
</div>
</div>