Skip to content

Commit

Permalink
add the block nav
Browse files Browse the repository at this point in the history
  • Loading branch information
kitdim committed Jun 10, 2024
1 parent 757ea03 commit 29b21f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/resources/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head th:replace="~{fragments/header :: head}"></head>
<body class="d-flex min-vh-100">
<nav th:replace="~{fragments/panels :: mainNavbarTop}"></nav>
<div class="container-fluid d-flex flex-column p-0 m-0">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark text-light mb-5 mt-0">
<div class="container-fluid">Hexlet Typo Reporter</div>
</nav>
<div class=" bg-light mx-auto mt-0">
<div class=" bg-light mx-auto mt-5">
<main class="bg-light p-3">
<div class="container p-0">
<h1 class="my-4">О проекте</h1>
Expand Down

0 comments on commit 29b21f3

Please sign in to comment.