diff --git a/_includes/header.html b/_includes/header.html index ce0f863..ea73ab2 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -9,6 +9,8 @@ Twitter RSS

-{% include sidebar.html %} +{% include sidebar.html%} + +{{ include.extra }}
\ No newline at end of file diff --git a/_sass/thesis.scss b/_sass/thesis.scss index 1148176..7629de1 100644 --- a/_sass/thesis.scss +++ b/_sass/thesis.scss @@ -57,4 +57,14 @@ div.csl-entry a { div.csl-entry div { display: inline; +} + +header li { + list-style: none; + a { + text-decoration: none; + margin-bottom: 0.5em; + display:block; + + } } \ No newline at end of file diff --git a/_thesis/0_Preface/0.1_Aknowledgements.html b/_thesis/0_Preface/0.1_Aknowledgements.html index 023649c..5a14d02 100644 --- a/_thesis/0_Preface/0.1_Aknowledgements.html +++ b/_thesis/0_Preface/0.1_Aknowledgements.html @@ -177,9 +177,19 @@ image: -{% include header.html %} + + +{% capture tableOfContents %} +
+Contents: + +{% endcapture %} + + +{% include header.html extra=tableOfContents %}
+

I would like to thank my supervisor, Professor Johannes Knolle and co-supervisor Professor Derek Lee for guidance and support during this long process.

diff --git a/_thesis/1_Introduction/1_Intro.html b/_thesis/1_Introduction/1_Intro.html index dd83865..1b3987e 100644 --- a/_thesis/1_Introduction/1_Intro.html +++ b/_thesis/1_Introduction/1_Intro.html @@ -199,15 +199,42 @@ image: -{% include header.html %} + + +{% capture tableOfContents %} +
+Contents: + +{% endcapture %} + + +{% include header.html extra=tableOfContents %}
-
diff --git a/_thesis/2_Background/2.1_FK_Model.html b/_thesis/2_Background/2.1_FK_Model.html index bbff1ed..dad9e82 100644 --- a/_thesis/2_Background/2.1_FK_Model.html +++ b/_thesis/2_Background/2.1_FK_Model.html @@ -240,10 +240,33 @@ image: -{% include header.html %} + + +{% capture tableOfContents %} +
+Contents: + +{% endcapture %} + + +{% include header.html extra=tableOfContents %}
-