Update search_index.json file

This commit modifies the search_index.json file. It likely reflects changes in the indexed data for search functionality.
This commit is contained in:
tfw
2025-05-14 12:26:20 +02:00
parent 0fd0f406fb
commit 8003287465
29 changed files with 791 additions and 694 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
</div>-->
<h2 class="md-post__title">
<a href="{{ post.url }}">{{ post.title }}</a>
<a href="{{ post.url | replace('blog/', '') }}">{{ post.title }}</a>
</h2>
<!-- Post-Excerpt hinzufügen -->
@@ -38,7 +38,7 @@
<br />
<a href="{{ post.url }}" class="md-button">Weiterlesen</a>
<a href="{{ post.url | replace('blog/', '') }}" class="md-button">Weiterlesen</a>
</article>
{% endfor %}
</div>