diff options
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r-- | layouts/post/single.html | 3 |
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> |