diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6fa6f52 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine +EXPOSE 80 +COPY _site/ /usr/share/nginx/html diff --git a/themes/datacoop2020/layouts/partials/nav.html b/themes/datacoop2020/layouts/partials/nav.html index a93322c..e57ce5e 100644 --- a/themes/datacoop2020/layouts/partials/nav.html +++ b/themes/datacoop2020/layouts/partials/nav.html @@ -1,8 +1,7 @@