Article Repository
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>[[${title}]]</title>
|
||||
<link rel="icon" th:href="@{favicon.ico}" />
|
||||
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="assets/bootstrap-icons/bootstrap-icons.min.css" rel="stylesheet">
|
||||
</head>
|
||||
@@ -37,9 +38,9 @@
|
||||
<div th:insert="${content}"></div>
|
||||
|
||||
|
||||
<footer class="text-center text-lg-start bg-body-tertiary text-muted " style="background-color: #2a2b30;">
|
||||
<footer class="text-center text-lg-start bg-body-tertiary text-muted " >
|
||||
|
||||
<section class="">
|
||||
<section class="" style="background-color: #2a2b30;">
|
||||
<div class="container text-lg-left text-md-start mt-5 text-white">
|
||||
<div class="row mt-3">
|
||||
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
|
||||
|
||||
Reference in New Issue
Block a user