mirror of
https://github.com/chylex/Blog.git
synced 2025-06-04 03:34:10 +02:00
Update breadcrumb system with custom titles
This commit is contained in:
parent
ff4946d82a
commit
fd644db2a0
@ -39,6 +39,9 @@
|
|||||||
{% elsif crumb.revcurrent %}
|
{% elsif crumb.revcurrent %}
|
||||||
{% assign url = page.permalink %}
|
{% assign url = page.permalink %}
|
||||||
{% assign title = 'revision ' | append: crumb.revcurrent %}
|
{% assign title = 'revision ' | append: crumb.revcurrent %}
|
||||||
|
{% elsif crumb.revcustom %}
|
||||||
|
{% assign url = page.permalink %}
|
||||||
|
{% assign title = crumb.revcustom %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if forloop.last %}
|
{% if forloop.last %}
|
||||||
|
Loading…
Reference in New Issue
Block a user