{{> nav}}
{{> toc}}
{{> main}}
diff --git a/src/partials/crumbs.hbs b/src/partials/crumbs.hbs
index 4be6843..2271a62 100644
--- a/src/partials/crumbs.hbs
+++ b/src/partials/crumbs.hbs
@@ -1,13 +1,13 @@
+
+{{!-- NOTE add entry for current component, but not the home component or if the title matches the first breadcrumb --}}
+{{#unless (eq page.component.name 'home')}}
+{{#unless (eq page.breadcrumbs.0.content page.componentVersion.title)}}
+- {{{page.componentVersion.title}}}
+{{/unless}}
+{{/unless}}
+{{#each page.breadcrumbs}}
+- {{#if (eq ./urlType 'internal')}}{{{./content}}}{{else}}{{{./content}}}{{/if}}
+{{/each}}
+
+
\ No newline at end of file
diff --git a/src/partials/head-last.hbs b/src/partials/head-last.hbs
index dc7fb0d..d32d54a 100644
--- a/src/partials/head-last.hbs
+++ b/src/partials/head-last.hbs
@@ -1,4 +1,6 @@
+ {{!-- include fontAwesome CDN --}}
+
{{#if env.OPTANON_SCRIPT_URL}}
diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs
index 6d5160a..1cfc249 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -1,105 +1,65 @@
-