diff --git a/_layouts/default.html b/_layouts/default.html
index 4c0c8b0..ee01c0d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -39,6 +39,9 @@
             {% elsif crumb.revcurrent %}
               {% assign url = page.permalink %}
               {% assign title = 'revision ' | append: crumb.revcurrent %}
+            {% elsif crumb.revcustom %}
+              {% assign url = page.permalink %}
+              {% assign title = crumb.revcustom %}
             {% endif %}
             
             {% if forloop.last %}