diff --git a/README.md b/README.md
index 338cc60..fb6acf1 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ content/
- `title` -- title of the album, shown in the album list and on the album page.
- `date` -- album date, used for sorting (newest first).
-- `description` -- description shown on the album page.
+- `description` -- description shown on the album page. Rendered as markdown to enable adding links and some formatting.
- `featured_image` -- name of the image file used for the album thumbnail. If not set, the first image which contains `feature` in its filename is used, otherwise the first image in the album.
- `weight` -- can be used to adjust sort order.
- `private` -- if set to `true`, this album is not shown in the album overview and is excluded from RSS feeds.
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f94876e..d92ff0a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,7 +6,7 @@
-
+
{{ if .Params.keywords }}
{{ end }}
diff --git a/layouts/partials/opengraph.html b/layouts/partials/opengraph.html
index cbc5fef..55e82f6 100644
--- a/layouts/partials/opengraph.html
+++ b/layouts/partials/opengraph.html
@@ -1,5 +1,5 @@
-
+
diff --git a/layouts/partials/title.html b/layouts/partials/title.html
index 6804e5b..fbe05e5 100644
--- a/layouts/partials/title.html
+++ b/layouts/partials/title.html
@@ -2,7 +2,7 @@