1
0
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:
Paweł Kuna
2025-02-05 22:04:57 +01:00
committed by GitHub
parent bc5951b50d
commit 8dffb4e345
11 changed files with 56 additions and 51 deletions
@@ -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>