We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a08e1 commit 81acb09Copy full SHA for 81acb09
layouts/blog/baseof.html
@@ -22,6 +22,8 @@
22
{{ partial "taxonomy_terms_clouds.html" . }}
23
</aside>
24
<main class="col-12 col-md-9 col-xl-8 ps-md-5 pe-md-4" role="main">
25
+ <h1>{{ .Title }}</h1>
26
+ {{ .Content }}
27
{{ with .CurrentSection.OutputFormats.Get "rss" -}}
28
<a class="td-rss-button" title="RSS" href="{{ .RelPermalink | safeURL }}" target="_blank" rel="noopener">
29
<i class="fa-solid fa-rss" aria-hidden="true"></i>
@@ -35,4 +37,4 @@
35
37
</div>
36
38
{{ partial "scripts.html" . }}
39
</body>
-</html>
40
+</html>
0 commit comments