From e0e03d1280a935e581e9e4db762aa4c8a4b3b43e Mon Sep 17 00:00:00 2001 From: Emiliano Tortorella Date: Sat, 10 Nov 2018 23:30:05 -0400 Subject: [PATCH] Post article parametrization added: post_article_class post_title_class post_main_class --- layouts/_default/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 89b61b2..efbeb39 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,7 +4,7 @@ {{ end }} {{ define "main" }} -
+

@@ -14,7 +14,7 @@ */}} {{with .CurrentSection.Title }}{{. | upper }}{{end}}

-

+

{{- .Title -}}

{{/* Hugo uses Go's date formatting is set by example. Here are two formats */}} @@ -23,7 +23,7 @@
-
+
{{- .Content -}} {{- partial "tags.html" . -}}