mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 13:22:22 +04:00
Update robots.txt handling and improve sitemap URL generation (#2130)
* Update robots.txt handling and improve sitemap URL generation * Add dynamic page data handling and update sitemap generation * Remove debug output from sitemap generation * Create thin-clouds-glow.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% assign pages = include.pages | default: "Home,Library,Data" | split: "," %}
|
||||
{% assign breadcrumb-pages = include.pages | default: "Home,Library,Data" | split: "," %}
|
||||
<ol class="breadcrumb{% if include.class %} {{ include.class }}{% endif %}" aria-label="breadcrumbs">
|
||||
{% for page in pages %}
|
||||
{% for page in breadcrumb-pages %}
|
||||
{% if forloop.last %}
|
||||
<li class="breadcrumb-item active" aria-current="page"><a href="#">{{ page }}</a></li>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user