fix: Use absolute links in footer
All checks were successful
Build Docker / Build Docker (push) Successful in 1m39s

This commit is contained in:
Nathan Woodburn 2024-02-13 22:43:11 +11:00
parent 74f067c234
commit 49f23261c3
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ You are currently logged in as <strong>{{ user.username }}/</strong> (<a href="{
</form> </form>
<div style="position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #333; padding: 10px;"> <div style="position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #333; padding: 10px;">
Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a> and <a href="nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a> Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a> and <a href="https://nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a>
</div> </div>
</body> </body>
</html> </html>

View File

@ -95,7 +95,7 @@
<div style="height: 5em;"></div> <div style="height: 5em;"></div>
<div style="bottom: 0; text-align: center; background-color: #333; padding: 10px;"> <div style="bottom: 0; text-align: center; background-color: #333; padding: 10px;">
Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a> and <a href="nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a> Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a> and <a href="https://nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a>
</div> </div>
</body> </body>
</html> </html>

View File

@ -113,7 +113,7 @@ Contact Nathan.Woodburn/ on any social media platform</p>
<div style="position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #333; padding: 10px;"> <div style="position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #333; padding: 10px;">
Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a> and <a href="nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a> Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a> and <a href="https://nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a>
</div> </div>
</body> </body>
</html> </html>