aboutsummaryrefslogtreecommitdiff
path: root/layouts/post/single.html
diff options
context:
space:
mode:
authoruser <user@localhost.localdomain>2023-10-20 22:49:31 -0400
committeruser <user@localhost.localdomain>2023-10-20 22:49:31 -0400
commit6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (patch)
treeadcce31c689d3e63ab3ea8bd36f9ac384eca4cad /layouts/post/single.html
parentcf6c17546bc40d41c169279ad7b8f60bf0888ab3 (diff)
add summary for books
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r--layouts/post/single.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 2c4c23e..ca0f556 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -2,9 +2,6 @@
2 {{ if not .Params.dontDisclaim }} 2 {{ if not .Params.dontDisclaim }}
3 {{ partial "disclaimer" . }} 3 {{ partial "disclaimer" . }}
4 {{ end }} 4 {{ end }}
5 {{ with .GetTerms "categories" }}
6 {{ (index . 0).RelPermalink }}
7 {{ end }}
8 <hgroup> 5 <hgroup>
9 <h1>{{ .Title }}</h1> 6 <h1>{{ .Title }}</h1>
10 <h6>{{ .Date | time.Format ":date_full" }}</h6> 7 <h6>{{ .Date | time.Format ":date_full" }}</h6>