• {% set cssclass = '' %} {% if taxonomy is defined and taxonomy.name == '' %} {% set cssclass = 'active' %} {% endif %} home
  • {% set cssclass = '' %} {% if (post is defined and post.category == 'photo' ) or ( taxonomy is defined and taxonomy.name == 'photo' ) %} {% set cssclass = 'active' %} {% endif %}
  • photos
  • {% set cssclass = '' %} {% if (post is defined and post.category == 'journal' ) or ( taxonomy is defined and taxonomy.name == 'journal' ) %} {% set cssclass = 'active' %} {% endif %}
  • journal
  • {% set cssclass = '' %} {% if (post is defined and post.category == 'article' ) or ( taxonomy is defined and taxonomy.name == 'article' ) %} {% set cssclass = 'active' %} {% endif %}
  • IT
  • {% set cssclass = '' %} {% if (post is defined and post.category == 'note' ) or ( taxonomy is defined and taxonomy.name == 'note' ) %} {% set cssclass = 'active' %} {% endif %}
  • notes