{{ site.title }}
Pages
  • Home
  • {% for link in site.pages | limit:5 %} {% if link.title != None %}
  • {{ link.title }}
  • {% endif %} {% endfor %}
Latest Posts
    {% assign count_posts = 0 %} {% for link in site.posts%} {% if count_posts >= 4 %} {% break %} {% elsif link.url contains "projects" %} {% else %} {% assign count_posts = count_posts | plus: 1 %}
  • {{ link.title }}
  • {% endif %} {% endfor %}
Contact
  • {{ site.footer_text }}
  • {{ site.email }}
  • {% if site.github_username %}
  • {% endif %} {% if site.twitter_username %}
  • {% endif %} {% if site.medium_username %}
  • {% endif %} {% if site.facebook_username %}
  • {% endif %} {% if site.instagram_username %}
  • {% endif %} {% if site.linkedin_username %}
  • {% endif %}
Made with using Jekyll
on Github  
  Made with using Jekyll   on Github