File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- < div class ="hx:mt-4 hx:mb-6 hx: text-gray-500 hx:dark:text-gray-400 hx:text-sm hx:flex hx:items-center hx:flex-wrap hx:gap-y-2 ">
1+ < div class ="hx:text-gray-500 hx:dark:text-gray-400 hx:text-sm hx:flex hx:items-center hx:flex-wrap hx:gap-y-2 ">
22 {{- with $date := .Date -}}
33 {{- $basePath := site.Params.variables.reflections.path -}}
44 {{- $dayUrl := printf "%s/%s/" $basePath ($date.Format "2006/01/02") -}}
Original file line number Diff line number Diff line change 55 < main id ="content " class ="hx:w-full hx:min-w-0 hextra-max-content-width hx:px-6 hx:pt-4 hx:md:px-12 ">
66 {{ partial "breadcrumb.html" (dict "page" . "enable" true) }}
77 {{ if .Title }}< h1 class ="hx:mt-2 hx:text-4xl hx:font-bold hx:tracking-tight hx:text-slate-900 hx:dark:text-slate-100 "> {{ .Title }}</ h1 > {{ end }}
8- < div class ="hx:flex hx:items-baseline hx:justify-between hx:flex-wrap hx:gap-y-2 ">
8+ < div class ="hx:mt-4 hx:mb-4 hx: flex hx:flex-col hx:sm:flex-row hx: items-start hx:sm:items-center hx:sm:justify-between hx:gap-4 ">
99 {{- partial "author.html" . -}}
1010 {{- partial "components/page-context-menu" . -}}
1111 </ div >
You can’t perform that action at this time.
0 commit comments