diff --git a/content/aktuality/_index.md b/content/aktuality/_index.md index b3f542f..e22275a 100644 --- a/content/aktuality/_index.md +++ b/content/aktuality/_index.md @@ -1,3 +1,4 @@ +++ +title = "Aktuality" +++ diff --git a/content/externi_weby/_index.md b/content/externi_weby/_index.md index d55e71e..6eafa8e 100644 --- a/content/externi_weby/_index.md +++ b/content/externi_weby/_index.md @@ -1,4 +1,5 @@ +++ +title = "Spřátelené weby" sort_by = "weight" +++ diff --git a/templates/macros.html b/templates/macros.html index 41bc380..9ac810f 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -8,6 +8,22 @@ {% endif %} {% endmacro list_items %} +{% macro breadcrumbs(page) %} + +{% endmacro breadcrumbs %} + {% macro list_posts(section) %} {% for post in section.pages %} -
- Home - -
- + {{ macro::breadcrumbs(page=page) }} {% endblock %} {% block content %}