diff --git a/layouts/post/single.html b/layouts/post/single.html index 61e539b..87eac17 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -11,11 +11,12 @@ {{- $bg := absLangURL (path.Join "images" $image) }}
+ + {{- $t := .Title }}

{{ $t | markdownify }}

{{- partial "post-meta" . }} - {{/* {{- with .Params.featureImage -}}
{{- partial "image" (dict "file" $p.featureImage "alt" $p.featureImageAlt "cap" $p.featureImageCap "type" "featured" "Page" $.Page) }} @@ -27,7 +28,7 @@

{{ T "overview" }}

{{ .TableOfContents }}
{{ end }} */}} -
+
{{- $summary := truncate 320 .Summary }}