Skip to content

Commit 247a49d

Browse files
committed
fix: author title
1 parent fb4c653 commit 247a49d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

claude/layouts/_partials/author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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") -}}

claude/layouts/blog/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)