1
0
mirror of https://github.com/chylex/Blog.git synced 2025-05-15 18:34:05 +02:00

Update breadcrumb system with custom titles

This commit is contained in:
chylex 2020-03-06 00:27:35 +01:00
parent ff4946d82a
commit fd644db2a0

View File

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