mirror of
https://github.com/tabler/tabler.git
synced 2026-08-11 22:02: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 = "Tabler,Pages," %}
|
||||
{% assign pages = pages | append: page.page-header %}
|
||||
{% assign breadcrumb-pages = "Tabler,Pages," %}
|
||||
{% assign breadcrumb-pages = breadcrumb-pages | append: page.page-header %}
|
||||
|
||||
<div class="d-flex">
|
||||
{% include "ui/breadcrumb.html" pages=pages class="breadcrumb-arrows" %}
|
||||
{% include "ui/breadcrumb.html" pages=breadcrumb-pages class="breadcrumb-arrows" %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user