X-Git-Url: https://git.mdrn.pl/static.git/blobdiff_plain/f221ec688ac9fe053007a4ff75791d24c8f782ad..b068c53cc8a3606d15aa70a366d4ab1cd340c976:/content/index.html
diff --git a/content/index.html b/content/index.html
index 84ea512..c3ab2bd 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 uczelni.{% endblock %}
+{% block og_title %}Krótki kurs wÅasnoÅci intelektualnej â materiaÅy dla uczelni.{% endblock %}
{% block bodyid %}index{% endblock %}
@@ -11,17 +12,57 @@ extends: base.j2
{% block body %}
+
-Krótki kurs wÅasnoÅci intelektualnej
MateriaÅy dla wyższych uczelni
+Krótki kurs wÅasnoÅci intelektualnej
MateriaÅy dla uczelni
+
+
+
+
+
+{%- 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 %}