diff options
Diffstat (limited to 'templates/profile.html')
| -rw-r--r-- | templates/profile.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/profile.html b/templates/profile.html index 745ed32..7c847f4 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -13,6 +13,7 @@ <a class="brand" href="/">Lumière</a> <nav class="nav-actions" aria-label="Primary"> <a href="/tyler">Profile</a> + <a href="/about">About</a> </nav> </header> @@ -142,7 +143,7 @@ </main> <footer style="text-align: center; padding: 40px 20px; color: var(--muted); font-size: 12px; border-top: 1px solid var(--line); margin-top: 60px;"> - <p style="margin: 0;">Made with <a href="https://github.com/tylerhoang/lumiere" style="color: var(--accent); text-decoration: none;">Lumière</a></p> + <p style="margin: 0;">Made with <a href="https://git.tylerhoang.xyz/lumi.git" style="color: var(--accent); text-decoration: none;">Lumière</a></p> </footer> </div> |
