diff --git a/static/css/custom.css b/static/css/custom.css
index 1ff4a51..ea05d3f 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -7,8 +7,13 @@ body {
color: #00ad8e;
}
-a {
+.a-green a:hover {
+ color: #0c8771;
+}
+
+.a-green a {
color: #00ad8e;
+ transition: 400ms;
}
.features-box {
diff --git a/themes/tella/layouts/_default/list.html b/themes/tella/layouts/_default/list.html
index be01ef4..9b34aab 100644
--- a/themes/tella/layouts/_default/list.html
+++ b/themes/tella/layouts/_default/list.html
@@ -34,8 +34,8 @@
{{ define "main" }}
-
{{.Title}}
-
+
{{.Title}}
+
{{.Content}}
{{ $paginator := .Paginate (where .Data.Pages "Type" "in" site.Params.mainSections) 6 }}
{{ range $paginator.Pages }}
diff --git a/themes/tella/layouts/_default/single.html b/themes/tella/layouts/_default/single.html
index a834046..a85f52c 100644
--- a/themes/tella/layouts/_default/single.html
+++ b/themes/tella/layouts/_default/single.html
@@ -37,7 +37,7 @@
{{.Title}}
-
{{.Content}}
+
{{.Content}}
{{ end }}
diff --git a/themes/tella/layouts/index.html b/themes/tella/layouts/index.html
index e6b1195..f69d800 100644
--- a/themes/tella/layouts/index.html
+++ b/themes/tella/layouts/index.html
@@ -24,7 +24,8 @@
{{ if ne .Site.Params.showBlog false }}
-
Blog
+ Beiträge
+
{{- partial "recent.html" . -}}
{{ end }}
diff --git a/themes/tella/layouts/products/list.html b/themes/tella/layouts/products/list.html
index cec86e1..cac8f30 100644
--- a/themes/tella/layouts/products/list.html
+++ b/themes/tella/layouts/products/list.html
@@ -2,6 +2,8 @@
{{.Title}}
+
+
{{.Content}}
{{ range .Pages.ByWeight }}
diff --git a/themes/tella/layouts/products/summary.html b/themes/tella/layouts/products/summary.html
index d66f88c..a2ff583 100644
--- a/themes/tella/layouts/products/summary.html
+++ b/themes/tella/layouts/products/summary.html
@@ -7,9 +7,9 @@
}
-
+
-
+
{{ .Title }}