This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
{{ define "main" }}
|
||||
<div class="mx-auto my-10 max-w-6xl">
|
||||
<div class="mx-3 col-span-3 lg:col-span-2 px-2">
|
||||
<h1 class="title text-5xl mb-4">{{.Title}}</h1>
|
||||
<hr>
|
||||
<h1 class="title text-5xl mb-4 text-white">{{.Title}}</h1>
|
||||
<hr style="border-color: #00ad8e;">
|
||||
<div class="content py-1">{{.Content}}</div>
|
||||
{{ $paginator := .Paginate (where .Data.Pages "Type" "in" site.Params.mainSections) 6 }}
|
||||
{{ range $paginator.Pages }}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<div class="mx-3 col-span-3 lg:col-span-2 px-2">
|
||||
<h1 class="title text-5xl mb-4 text-white-custom">{{.Title}}</h1>
|
||||
<hr style="border-color: #00ad8e;">
|
||||
<div class="content md:prose-lg lg:prose-xl max-w-none py-1 text-white-custom">{{.Content}}</div>
|
||||
<div class="content a-green md:prose-lg lg:prose-xl max-w-none py-1 text-white-custom">{{.Content}}</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user