diff --git a/layouts/partials/portfolio/content.html b/layouts/partials/portfolio/content.html
index 33f0e98..6ce1150 100644
--- a/layouts/partials/portfolio/content.html
+++ b/layouts/partials/portfolio/content.html
@@ -15,9 +15,6 @@
-
{{ .Content }}
@@ -32,11 +29,11 @@
{{ range (where .Data.Pages "Params.featured" "!=" "true").ByDate.Reverse }}
-
-
-
-
+
+
+
{{ .Title }}
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index f8e849d..497e1a0 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -8,9 +8,9 @@
{{ with .Site.Params.authorimage }}
{{ $strippedSlash := ($.Site.Params.authorimage | replaceRE "^(/)+(.*)" "$2") }}
{{ $authorImage := (printf "%s%s" $.Site.BaseURL $strippedSlash) }}
-
+
-
+
{{ end }}
{{ with .Site.Params.description }} {{.}} {{ else }} Your site's description {{end}}