Skip to content

Commit 81acb09

Browse files
froboychalin
authored andcommitted
Display content of blog index or blog-section index
Fixes #1787
1 parent 95a08e1 commit 81acb09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

layouts/blog/baseof.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
{{ partial "taxonomy_terms_clouds.html" . }}
2323
</aside>
2424
<main class="col-12 col-md-9 col-xl-8 ps-md-5 pe-md-4" role="main">
25+
<h1>{{ .Title }}</h1>
26+
{{ .Content }}
2527
{{ with .CurrentSection.OutputFormats.Get "rss" -}}
2628
<a class="td-rss-button" title="RSS" href="{{ .RelPermalink | safeURL }}" target="_blank" rel="noopener">
2729
<i class="fa-solid fa-rss" aria-hidden="true"></i>
@@ -35,4 +37,4 @@
3537
</div>
3638
{{ partial "scripts.html" . }}
3739
</body>
38-
</html>
40+
</html>

0 commit comments

Comments
 (0)