Remove Author from site params

This commit is contained in:
Nishanth Shanmugham
2015-08-24 23:40:21 -05:00
parent 7262e07657
commit 4aaa445727
2 changed files with 1 additions and 2 deletions

View File

@@ -97,7 +97,6 @@ For syntax highlighting, set `pygmentsuseclasses = true` in your `config.toml`.
````toml ````toml
[params] [params]
Author = "Firstname Lastname"
DateForm = "Jan 2, 2006" # required DateForm = "Jan 2, 2006" # required
Description = "eat, sleep, rave, repeat" Description = "eat, sleep, rave, repeat"
Email = "username@hogwarts.edu" Email = "username@hogwarts.edu"

View File

@@ -15,7 +15,7 @@
<a href="/code"><li>code</li></a> <a href="/code"><li>code</li></a>
</ul> </ul>
</nav> </nav>
<a href="/"><div class="name">{{ .Site.Params.Author }}</div></a> <a href="/"><div class="name">{{ .Site.Author }}</div></a>
</div> </div>
</div> </div>
</div> </div>