adjust style
This commit is contained in:
parent
a06585b9ce
commit
cbfde610e7
5 changed files with 23 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
|||
<main>
|
||||
<h2 class="mt-8 mb-1">{{ .Site.Params.iam }} {{ .Site.Author.name }}</h2>
|
||||
<p class="my-0">{{ .Site.Author.slogon }}</p>
|
||||
<p class="my-3">{{ .Site.Author.description | markdownify | safeHTML }}</p>
|
||||
<p class="my-3 home-intro">{{ .Site.Author.description | markdownify | safeHTML }}</p>
|
||||
{{ if eq .Paginator.PageNumber 1 }}
|
||||
<h3 class="my-6">Recent Posts</h3>
|
||||
{{ else }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="flex justify-between sm:flex-col-reverse my-5 sm:mb-6 sm:mt-3">
|
||||
<div class="flex justify-between sm:flex-col-reverse my-4 sm:mb-6 sm:mt-3">
|
||||
<a class="" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
{{ if .Site.Params.displayDate }}
|
||||
<div class="sm:mb-2 sm:text-sm">{{ dateFormat .Site.Params.timeformat .Date }}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue