diff --git a/exampleSite/content/post/aether-features.md b/exampleSite/content/post/aether-features.md
index 02345ed..c4f5aa7 100644
--- a/exampleSite/content/post/aether-features.md
+++ b/exampleSite/content/post/aether-features.md
@@ -2,7 +2,7 @@
title: "Aether Features"
date: 2018-12-19T10:35:35-05:00
description: "Hugo combined with the Aether theme turns easy to write markdown into powerful web pages. KaTeX, Highlight.js, and Hugo provides the ability to create mathmatical symobols, equations, highlighted code, tables, lists, and much more."
-categories: ["Features"]
+categories: ["Web"]
featuredImage: "img/mdd-iphone.jpg"
dropCap: true
displayInMenu: false
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d9fe695..12bed4f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,6 +15,9 @@
+ {{ range .AlternativeOutputFormats -}}
+ {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
+ {{ end -}}
{{ template "_internal/google_analytics.html" . }}
{{ if isset $.Site.Params "bgimg" }}