From be2c4c6ff5842c225a1b1c1ce7dcc57b690729aa Mon Sep 17 00:00:00 2001 From: Monica Powell Date: Sat, 3 Jun 2017 01:18:35 -0400 Subject: [PATCH] Author casing (#5) * added trailing slash to Home link - to properly handle root urls * updated Home link on author page * updated Home link on misc. pages * switched from capitalize to title in order to properly capitalize two word names * reverted URL changes to keep seperate from casing logic changes * updated metatag logic to remove extraneous metatags on articles * removed other changes. only author casing in this PR --- templates/archives.html | 4 ++-- templates/article.html | 10 +++++----- templates/author.html | 8 ++++---- templates/authors.html | 4 ++-- templates/base.html | 5 +++-- templates/categories.html | 4 ++-- templates/category.html | 2 +- templates/page.html | 2 +- templates/partials/loop.html | 2 +- templates/period_archives.html | 2 +- templates/tag.html | 2 +- templates/tags.html | 2 +- 12 files changed, 24 insertions(+), 23 deletions(-) diff --git a/templates/archives.html b/templates/archives.html index 58bd4b7..22c836c 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -10,11 +10,11 @@