X-Git-Url: https://git.mdrn.pl/static.git/blobdiff_plain/f221ec688ac9fe053007a4ff75791d24c8f782ad..45f156b6ee214ce8bdf9737686359e55f1ff9e23:/content/index.html
diff --git a/content/index.html b/content/index.html
index 84ea512..a9a5fa6 100644
--- a/content/index.html
+++ b/content/index.html
@@ -3,7 +3,8 @@ extends: base.j2
---
-{% block full_title %}Wprowadzenie do wÅasnoÅci intelektualnej{% endblock %}
+{% block full_title %}Krótki kurs wÅasnoÅci intelektualnej â materiaÅy dla wyższych uczelni.{% endblock %}
+{% block og_title %}Krótki kurs wÅasnoÅci intelektualnej â materiaÅy dla wyższych uczelni.{% endblock %}
{% block bodyid %}index{% endblock %}
@@ -11,17 +12,57 @@ extends: base.j2
{% block body %}
+
+
+
+
+
+
+{%- for grp, res_walker in site.content.walk_section_groups() -%}
+ {%- if grp.name != 'section' -%}
+
+ {{ grp.title }}
+
+
+ {%- for res in res_walker -%}
+ {% if res.meta.title != "MateriaÅy uzupeÅniajÄ
ce" %}
+ - {{ res.meta.title }}
+ {% endif %}
+ {%- endfor -%}
+
+
+
+ {% if grp.name == "rozdzial-6" %}
+ MateriaÅy uzupeÅniajÄ
ce
+ {% endif %}
+
+ {%- endif -%}
+{%- endfor %}
+
+
+
+
-
-
-{%- for grp, res_walker in site.content.walk_section_groups() -%}
- {%- if grp.name != 'section' -%}
-
- {%- endif -%}
-{%- endfor %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}