diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index 711fd4e..a2e06fb 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -1,7 +1,7 @@
{{ define "main" }}
- {{ .Site.Params.taxonomy_text_copy | default "Below you will find pages that utilize the taxonomy term" }} “{{ .Title }}”
+ {{ .Site.Params.taxonomy_text_copy | default "Below you will find pages that utilize the taxonomy term" }} “{{ .Title | upper }}”
{{ range .Paginator.Pages }}