77 < meta name ="description " content ="{% block description %}{{ config.description }}{% endblock description %} ">
88 < meta name ="author " content ="{{ config.extra.author }} ">
99 < title > {% block title %}{{ config.title }}{% endblock title %}</ title >
10- < link rel ="stylesheet " href ="{{ get_url(path= " site.css " ) }}"/ >
11- < link rel ="icon " href ="{{ get_url(path= " favicon.ico " ) }}">
10+ < link rel ="stylesheet " href ="{{ get_url(path=' site.css' ) }} ">
11+ < link rel ="icon " href ="{{ get_url(path=' favicon.ico' ) }} ">
1212 </ head >
1313 < body >
1414
1515 < header >
16- < nav class ="{% block extra_nav_class %}container{% endblock extra_nav_class %} ">
17- < a class ="header__logo white " href ="{{ config.base_url }} "> Zola</ a >
18- < a class ="white " href ="{{ get_url(path= "@ /documentation/_index.md") }}" class="nav-link "> Docs</ a >
19- < a class ="white " href ="{{ get_url(path= "@ /themes/_index.md") }}" class="nav-link "> Themes</ a >
20- < a class ="white " href ="https://zola.discourse.group/ " class ="nav-link "> Forum</ a >
21- < a class ="white " href ="https://github.com/getzola/zola " class ="nav-link "> GitHub</ a >
22-
16+ < a class ="header__logo white " href ="{{ config.base_url }} "> Zola</ a >
17+ < nav >
18+ < ul >
19+ < li > < a class ="white " href ="{{ get_url(path='@/documentation/_index.md') }} " class ="nav-link "> Docs</ a > </ li >
20+ < li > < a class ="white " href ="{{ get_url(path='@/themes/_index.md') }} " class ="nav-link "> Themes</ a > </ li >
21+ < li > < a class ="white " href ="https://zola.discourse.group/ " class ="nav-link "> Forum</ a > </ li >
22+ < li > < a class ="white " href ="https://github.com/getzola/zola " class ="nav-link "> GitHub</ a > </ li >
23+ </ ul >
2324 < div class ="search-container ">
2425 < input id ="search " type ="search " placeholder ="🔎 Search the docs ">
2526
@@ -37,7 +38,7 @@ <h1>Your one-stop static site engine</h1>
3738 < p class ="hero__tagline ">
3839 Forget dependencies. Everything you need in one binary.
3940 </ p >
40- < a href ="{{ get_url(path= " @ /documentation/_index.md" ) }}" class="button "> Get started</ a >
41+ < a href ="{{ get_url(path=' @/documentation/_index.md' ) }} " class ="button "> Get started</ a >
4142 </ div >
4243
4344 < div class ="inverted-colours selling-points ">
@@ -73,7 +74,7 @@ <h2>Easy to use</h2>
7374 < p >
7475 From the CLI to the template engine, everything is designed to be intuitive.
7576 Don't take my word for it though, look at the
76- < a href ="{{ get_url(path= " @ /documentation/_index.md" ) }}"> documentation</ a > and see for yourself.
77+ < a href ="{{ get_url(path=' @/documentation/_index.md' ) }} "> documentation</ a > and see for yourself.
7778 </ p >
7879 </ div >
7980
@@ -88,8 +89,8 @@ <h2>Flexible</h2>
8889 < div class ="selling-point ">
8990 < h2 > Augmented Markdown</ h2 >
9091 < p >
91- Zola comes with < a href ="{{ get_url(path= " @ /documentation/content/shortcodes.md" ) }}"> shortcodes</ a > and
92- < a href ="{{ get_url(path= " @ /documentation/content/linking.md" ) }}"> internal links</ a >
92+ Zola comes with < a href ="{{ get_url(path=' @/documentation/content/shortcodes.md' ) }} "> shortcodes</ a > and
93+ < a href ="{{ get_url(path=' @/documentation/content/linking.md' ) }} "> internal links</ a >
9394 to make it easier to write your content.
9495 </ p >
9596 </ div >
@@ -102,7 +103,7 @@ <h2>Augmented Markdown</h2>
102103 ©2017-{{ now() | date(format="%Y") }} — < a class ="white " href ="https://www.vincentprouillet.com "> Vincent Prouillet</ a > and < a class ="white " href ="https://github.com/getzola/zola/graphs/contributors "> contributors</ a >
103104 </ footer >
104105
105- < script type ="text/javascript " src ="{{ get_url(path= " elasticlunr.min.js " ) }}"> </ script >
106- < script type ="text/javascript " src ="{{ get_url(path= " search.js " ) }}"> </ script >
106+ < script type ="text/javascript " src ="{{ get_url(path=' elasticlunr.min.js' ) }} "> </ script >
107+ < script type ="text/javascript " src ="{{ get_url(path=' search.js' ) }} "> </ script >
107108 </ body >
108109</ html >
0 commit comments