diff --git a/_includes/header.html b/_includes/header.html index 043543d..361daa4 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,20 +1,18 @@ - + {{- site.title -}} + + RGVA Deadlines + - + Toggle navigation @@ -28,52 +26,40 @@ {%- assign sorted_pages = site.pages | sort: "nav_order" -%} - Bibliographies by Year + Bibliographies by Year Bibliographies by Year {%- for child in sorted_pages -%} - {%- if child.nav_year %} - {%- if child.title == 'divider' %} - - {%- else %} - {{ child.title }} - {%- endif -%} - {%- endif -%} + {%- if child.nav_year %} + {%- if child.title == 'divider' %} + + {%- else %} + {{ child.title }} + {%- endif -%} + {%- endif -%} {% endfor %} - Bibliographies by Type + Bibliographies by Type Bibliographies by Type {%- for child in sorted_pages -%} - {%- if child.nav_type %} - {%- if child.title == 'divider' %} - - {%- else %} - {{ child.title }} - {%- endif -%} - {%- endif -%} + {%- if child.nav_type %} + {%- if child.title == 'divider' %} + + {%- else %} + {{ child.title }} + {%- endif -%} + {%- endif -%} {% endfor %} @@ -81,25 +67,22 @@ {%- if site.enable_darkmode %} - - - - - - - + + + + + + + {%- endif %} {% comment %} - - EN - DE - + + EN + DE + {% endcomment %} @@ -108,11 +91,11 @@ {% if site.enable_progressbar %} - - - - - - + + + + + + {%- endif %} \ No newline at end of file