{{ partial "image" (dict "Src" $image "Alt" .Title "Class" "w-full rounded") }}
@@ -12,44 +12,16 @@
{{ .Title }}
- {{/*-
-
- - - {{ .Params.author }} - - - {{ $categories:= .Params.categories }} - {{ if $categories }} -
- - - {{ range $i,$p:= $categories }} - {{ . | humanize }}{{ if ne $i (sub (len $categories) 1) }} - {{ "," }} - {{ end }} - - {{ end }} - - {{ end }} -
- - - {{ time.Format ":date_long" .PublishDate }} - -
{{ .Content }}
- {{ $tags:= .Params.tags }}
+ {{ $tags := .Params.tags }}
{{ if $tags }}
{{ end }}
- {{/*
- {{/*
- {{ if site.Config.Services.Disqus.Shortname }}
- {{ i18n "tags" }} :
-
- {{ range $i,$p:= $tags }}
+ {{ range $i, $p := $tags }}
- {{ i18n "tags" }} :
- {{ partial "social-share" (dict "Context" . "Class" "share-icons" "Title" (i18n "share") "Whatsapp" false "Telegram" false "Linkedin" false "Pinterest" false "Tumblr" false "Vk" false) }}
-
*/}}
- {{ template "_internal/disqus.html" . }}
-
- {{ end }} */}}