From fd644db2a0b808a6149801a9f6977ba7aa0435bf Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Fri, 6 Mar 2020 00:27:35 +0100
Subject: [PATCH] Update breadcrumb system with custom titles

---
 _layouts/default.html | 3 +++
 1 file changed, 3 insertions(+)

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 %}