try harder not to have spaces in the menu; fix project page title
authorRalf Jung <post@ralfj.de>
Tue, 6 Oct 2015 21:06:21 +0000 (23:06 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 6 Oct 2015 21:06:21 +0000 (23:06 +0200)
_includes/menu-level.html
projects/index.md

index ae2993133446c27d3e950d705b36ff8ccc784053..0b25bd7ec65fe27376317dfdd3b3f1ec8f82b181 100644 (file)
@@ -3,10 +3,10 @@
     {% assign cururl = item.url | prepend: include.base %}
     {% assign isparent_search = canonicalurl | truncate: cururl.size, '' %}
     {% capture class %}{% if cururl == canonicalurl %}current{% elsif include.above != true %}child{% elsif isparent_search == cururl %}parent{% else %}sibling{% endif %}{% endcapture %}
     {% assign cururl = item.url | prepend: include.base %}
     {% assign isparent_search = canonicalurl | truncate: cururl.size, '' %}
     {% capture class %}{% if cururl == canonicalurl %}current{% elsif include.above != true %}child{% elsif isparent_search == cururl %}parent{% else %}sibling{% endif %}{% endcapture %}
-    {% comment %} Now we can output the item and it substructure {% endcomment %}
+    {% comment %} Now we can output the item and it substructure. Try hard not to output unnecessary spaces! {% endcomment %}
     --><li class="{{ class }}"><a href="{{ item.url | prepend: include.base }}">{{ item.title }}</a></li><!--
     {% if item.structure and (class == "current" or class == "parent") %}
         {% if cururl == canonicalurl %}{% assign above = false %}{% else %}{% assign above = true %}{% endif %}
         -->{% include menu-level.html menu=item.structure base=cururl above=above %}<!--
     {% endif %}
     --><li class="{{ class }}"><a href="{{ item.url | prepend: include.base }}">{{ item.title }}</a></li><!--
     {% if item.structure and (class == "current" or class == "parent") %}
         {% if cururl == canonicalurl %}{% assign above = false %}{% else %}{% assign above = true %}{% endif %}
         -->{% include menu-level.html menu=item.structure base=cururl above=above %}<!--
     {% endif %}
--->{% endfor %}</ul>
+-->{% endfor %}</ul>
\ No newline at end of file
index 7467d3cbb4ef5eda596c8a7c587da231aa4d07e7..3427f364a8d660254705d566705ea566c1ef7e01 100644 (file)
@@ -1,5 +1,5 @@
 ---
 ---
-ttle: Projects
+title: Projects
 ---
 
 This page lists some of the tools I wrote, mostly for my own purposes:
 ---
 
 This page lists some of the tools I wrote, mostly for my own purposes: