Skip to content
Snippets Groups Projects
Unverified Commit 66610703 authored by Hamza Remmal's avatar Hamza Remmal :homes:
Browse files

chore: Add the username in the title of the page

parent 6e9996b9
No related branches found
No related tags found
No related merge requests found
Pipeline #236291 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User Profile</title> <title th:text="${user.getUsername()} + ' | Profile'"></title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
<link rel="shortcut icon" th:href="@{/images/favicons/favicon.ico}"> <link rel="shortcut icon" th:href="@{/images/favicons/favicon.ico}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment