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:
parent
ff4946d82a
commit
fd644db2a0
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user