Merge branch 'master' of https://git.rzen.dev/rzen/jekyll-theme-isabelline
This commit is contained in:
commit
85ac90968a
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM nginx:alpine
|
||||||
|
COPY _site /usr/share/nginx/html
|
1
_includes/additional_glboal_nav.html
Normal file
1
_includes/additional_glboal_nav.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!-- placeholder for additional global nav items -->
|
@ -10,6 +10,7 @@
|
|||||||
<li><a href="{{ site.baseurl | append: page.url }}">{{ page.title }}</a>
|
<li><a href="{{ site.baseurl | append: page.url }}">{{ page.title }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% include additional_glboal_nav.html %}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
Loading…
Reference in New Issue
Block a user