change theme 2 dark
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<div class="container-xxl">
|
||||
<main>
|
||||
<section class="bg-white border rounded shadow-sm p-3 mb-3 text-center">
|
||||
<section class="bg-body-tertiary border rounded shadow-sm p-3 mb-3 text-center">
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb m-0">
|
||||
<li class="breadcrumb-item"><a href="/">Главная</a></li>
|
||||
@@ -11,7 +11,7 @@
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<section class="bg-white border rounded shadow-sm p-3 mb-3 text-center">
|
||||
<section class="bg-body-tertiary border rounded shadow-sm p-3 mb-3 text-center">
|
||||
<h3 class="m-0 p-0">{{ .Title }}</h3>
|
||||
|
||||
<div class="mt-2 text-secondary">
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content bg-white border rounded shadow-sm p-3 mb-3">
|
||||
<section class="bg-body-tertiary content border rounded shadow-sm p-3 mb-3">
|
||||
{{ .Content }}
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user