From 4aaa4457271c0f35c3821b15b695fb718cbc6cb0 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Mon, 24 Aug 2015 23:40:21 -0500 Subject: [PATCH] Remove Author from site params --- README.md | 1 - layouts/partials/header.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fe63b61..3f9e7f7 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,6 @@ For syntax highlighting, set `pygmentsuseclasses = true` in your `config.toml`. ````toml [params] -Author = "Firstname Lastname" DateForm = "Jan 2, 2006" # required Description = "eat, sleep, rave, repeat" Email = "username@hogwarts.edu" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index bd20dfc..8fff876 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -15,7 +15,7 @@
  • code
  • -
    {{ .Site.Params.Author }}
    +
    {{ .Site.Author }}