Menu
{% include snippet-facebook-like-button.html %} {% include snippet-facebook-send-button.html %}
{% include snippet-twitter-follow-button.html %} {% include snippet-twitter-tweet-button.html %}
{% include snippet-github.html %}
{% include snippet-google-custom-search.html %}
{% comment %} {% assign sorted_pages = site.pages | sort:"order" %} {% for node in sorted_pages %} {% if node.title %} {% if node.permalink == "" %} {% capture icon_tag %}home{% endcapture %} {% elsif node.permalink == '/about/' %} {% capture icon_tag %}copyright{% endcapture %} {% elsif node.permalink == '/contact/' %} {% capture icon_tag %}at{% endcapture %} {% elsif node.permalink == '/category/' %} {% capture icon_tag %}idea{% endcapture %} {% elsif node.permalink == '/tag/' %} {% capture icon_tag %}tag{% endcapture %} {% else %} {% capture icon_tag %}home{% endcapture %} {% endif %} {{ node.title }} {% endif %} {% endfor %} {% endcomment %}