diff --git a/Dockerfile b/Dockerfile index 2fdc308..7eed201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ VOLUME /src EXPOSE 4000 WORKDIR /src -ENTRYPOINT ["jekyll", "serve", "-H", "0.0.0.0"] +ENTRYPOINT ["jekyll", "serve", "--livereload", "-H", "0.0.0.0"] diff --git a/_includes/image.html b/_includes/image.html index 7b3b0fa..dea99d9 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -1 +1 @@ -
{% if {{include.url}} %}{% endif %}{{include.alt}}{% if {{include.url}} %}{% endif %}{% if {{include.caption}} %}
{{include.caption}}
{% endif %}
+
{% if {{include.url}} %}{% endif %}{{include.alt}}{% if {{include.url}} %}{% endif %}{% if {{include.caption}} %}
{{include.caption}}
{% endif %}
diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 47a6490..109705b 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -6,33 +6,33 @@ {% for folder in entry.folders %} {% if folder.output contains "web" %}
  • - {{ folder.title }} + {{folder.title}}