{{ humanize .Section | upper }}
diff --git a/site/layouts/partials/page-header.html b/site/layouts/partials/page-header.html
index 080a2e9..eef9ee2 100644
--- a/site/layouts/partials/page-header.html
+++ b/site/layouts/partials/page-header.html
@@ -1,7 +1,7 @@
{{ $featured_image := .Params.featured_image }}
{{ if $featured_image }}
{{ $featured_image := (trim $featured_image "/") | absURL }}
-
-
- {{ else }}
-
-
+ {{ .Title | default .Site.Title }}
+
+ {{ with .Params.description }}
+
+ {{ . }}
+
{{ end }}
-
- {{ .Title | default .Site.Title }}
-
- {{ with .Params.description }}
-
- {{ . }}
-
- {{ end }}
+
{{ .Title | default .Site.Title }}
diff --git a/site/static/css/custom.css b/site/static/css/custom.css
new file mode 100644
index 0000000..33c6662
--- /dev/null
+++ b/site/static/css/custom.css
@@ -0,0 +1,5 @@
+.main-logo {
+ background-repeat: no-repeat;
+ background-position: 95% 95%;
+ background-size: 200px;
+}