We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c3d9f commit 94186bfCopy full SHA for 94186bf
layouts/section/posts.html
@@ -7,7 +7,7 @@
7
<div class="mt-8 lg:mt-12 px-4">
8
<div class="mx-auto prose dark:prose-invert">
9
<h1 class="text-3xl">
10
- {{ default .Title (T "archives") }}
+ {{ default (T "archives") .Title }}
11
</h1>
12
{{ if .Content }}
13
<p class="text-sm">{{ .Content }}</p>
0 commit comments