diff --git a/layouts/about/single.html b/layouts/about/single.html
new file mode 100644
index 0000000..674f63e
--- /dev/null
+++ b/layouts/about/single.html
@@ -0,0 +1,10 @@
+{{ define "header" -}}
+ {{ partial "header.html" . }}
+{{- end -}}
+
+{{ define "content" -}}
+ {{ partial "content_about.html" . }}
+{{- end -}}
+
+{{ define "footer" -}}
+{{- end -}}
diff --git a/layouts/partials/content_about.html b/layouts/partials/content_about.html
new file mode 100644
index 0000000..1524b86
--- /dev/null
+++ b/layouts/partials/content_about.html
@@ -0,0 +1,4 @@
+
+
{{ .Title }}
+ {{ .Content }}
+
\ No newline at end of file
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ad7656f..5c1f6fe 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -14,7 +14,7 @@
{{ "" | safeHTML }}
-
+
diff --git a/static/css/custom.css b/static/css/custom.css
index 4f6bd95..815d209 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -1,10 +1,10 @@
html,
body
{
- font-family: 'Fira Sans', sans-serif;
+ font-family: 'Noto Serif', serif;
font-size: 18px;
font-weight: 300;
- line-height: 1.5;
+ line-height: 1.66em;
}
.img-circle
@@ -61,8 +61,8 @@ pre code, li code, td code, code
}
code {
- font-family: 'Roboto Mono', monospace;
- font-size: 90%;
+ font-family: 'Source Code Pro', monospace;
+ font-size: 82%;
}
.copyright,
.poweredby