diff options
Diffstat (limited to 'src/main/resources/templates/pkgs/index.html')
-rw-r--r-- | src/main/resources/templates/pkgs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/pkgs/index.html b/src/main/resources/templates/pkgs/index.html index 04eb45a..1920d85 100644 --- a/src/main/resources/templates/pkgs/index.html +++ b/src/main/resources/templates/pkgs/index.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> </head> <body> -<nav th:insert="~{/navbar :: navigation}"></nav> +<nav th:insert="~{navbar :: navigation}"></nav> <hr> <hr> |