diff --git a/_data/menu.yml b/_data/menu.yml index 1768057..001e37f 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -1,17 +1,29 @@ - title: Home link: / + icon: home + initclass: active - title: About link: /about + icon: users + initclass: '' - title: Blog link: /blog + icon: newspaper-o + initclass: '' - title: Library link: /library + icon: database + initclass: '' - title: Guide for submissions link: /guide + icon: map + initclass: '' - title: Publications link: /publications + icon: book + initclass: '' diff --git a/_includes/header.html b/_includes/header.html index b490d05..88f1444 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,18 +1,5 @@
- - {% include site-title.html %} - - - - {% include navigation.html %}
diff --git a/_includes/navigation.html b/_includes/navigation.html index c8e1e30..630d9dd 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,7 +1,20 @@ - + diff --git a/_includes/site-title.html b/_includes/site-title.html index e916f14..28e352a 100644 --- a/_includes/site-title.html +++ b/_includes/site-title.html @@ -1,15 +1,15 @@
-
+
- +
-
- Network for
- Agent-based modelling of
- Socio-ecological
- Systems in
- Archaeology +
+ Network for
+ Agent-based modelling of
+ Socio-ecological
+ Systems in
+ Archaeology
-
+ + {% include navigation.html %} + +
{% include text-to-speech-player.html %} - +
{{ content }} -
+
{% include footer.html %} diff --git a/_layouts/post.html b/_layouts/post.html index 6d0e579..7532036 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,6 +6,9 @@ + + + {% seo %} @@ -16,8 +19,13 @@
-
+ + {% include navigation.html %} + +
+ {% include text-to-speech-player.html %} +