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..787b1bd 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -11,7 +11,7 @@ {% for folderitem in folder.folderitems %} {% if folderitem.output contains "web" %} {% if folderitem.external_url %} -
  • {{folderitem.title}}
  • +
  • {{folderitem.title}}
  • {% elsif page.url == folderitem.url %}
  • {{folderitem.title}}
  • {% elsif folderitem.type == "empty" %} @@ -28,7 +28,7 @@ {% for subfolderitem in subfolders.subfolderitems %} {% if subfolderitem.output contains "web" %} {% if subfolderitem.external_url %} -
  • {{subfolderitem.title}}
  • +
  • {{subfolderitem.title}}
  • {% elsif page.url == subfolderitem.url %}
  • {{subfolderitem.title}}
  • {% else %} diff --git a/_includes/topnav.html b/_includes/topnav.html index 5acf50c..a246c29 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -22,7 +22,7 @@ {% for entry in topnav.topnav %} {% for item in entry.items %} {% if item.external_url %} -
  • {{item.title}}
  • +
  • {{item.title}}
  • {% elsif page.url contains item.url %}
  • {{item.title}}
  • {% else %} @@ -39,7 +39,7 @@